mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-30 01:22:28 +00:00
fix failing test
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user