Commit 0fba1901 authored by PMExtra's avatar PMExtra
Browse files

fix(ci): fix backend unit test constructor arg and gofmt issues

parent 7e020822
...@@ -52,6 +52,7 @@ func newAuthServiceForRegisterTurnstileTest(settings map[string]string, verifier ...@@ -52,6 +52,7 @@ func newAuthServiceForRegisterTurnstileTest(settings map[string]string, verifier
turnstileService, turnstileService,
nil, // emailQueueService nil, // emailQueueService
nil, // promoService nil, // promoService
nil, // defaultSubAssigner
) )
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment