fix failing test

This commit is contained in:
Yuli Stremovsky
2023-06-30 00:10:52 +03:00
parent 6e6a9ea061
commit 87ed323b35

View File

@@ -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) {