diff --git a/src/utils_test.go b/src/utils_test.go index 655d669..1191ae3 100644 --- a/src/utils_test.go +++ b/src/utils_test.go @@ -108,7 +108,7 @@ func TestUtilSMS(t *testing.T) { client := server.Client() domain := server.URL var cfg Config - sendCodeByPhoneDo(domain, client, 1234, "4444", cfg) + sendCodeByPhoneDo(domain, client, 1234, "4444", &cfg) } func TestUtilNotifyConsentChange(t *testing.T) {