mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-20 08:04:55 +00:00
fix compilation errors for go tests
This commit is contained in:
@@ -107,9 +107,6 @@ func TestSMS(t *testing.T) {
|
||||
client := server.Client()
|
||||
domain := server.URL
|
||||
var cfg Config
|
||||
cfg.Sms.TwilioToken = "ttoken"
|
||||
cfg.Sms.TwilioAccount = "taccount"
|
||||
cfg.Sms.TwilioFrom = "from1234"
|
||||
sendCodeByPhoneDo(domain, client, 1234, "4444", cfg)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user