mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-28 10:18:43 +00:00
fix typo
This commit is contained in:
@@ -129,7 +129,7 @@ func TestConfigurationOK(t *testing.T) {
|
||||
log.Fatalf("failed to fetch configuration: %s", err.Error())
|
||||
}
|
||||
if strings.Contains(string(raw), "CreateUserWithoutAccessToken") == false {
|
||||
t.Fatalf("Configuraton dump failed\n")
|
||||
t.Fatalf("Configuration dump failed\n")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user