From 35fc35fe0092549c8cb6adc45abfb2ff96fff409 Mon Sep 17 00:00:00 2001 From: Yuli Date: Mon, 17 Feb 2020 11:55:04 +0200 Subject: [PATCH] fix typo --- src/bunker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bunker_test.go b/src/bunker_test.go index c4cfa6b..f055b10 100644 --- a/src/bunker_test.go +++ b/src/bunker_test.go @@ -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") } }