string representation for a debug available

pull/107/head
Karolis Rusenas 2017-10-04 08:27:49 +01:00
parent 54f295810c
commit d07f6fed83
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func TestWebhookRequest(t *testing.T) {
t.Errorf("missing deployment type")
}
if !strings.Contains(bodyStr, "LevelDebug") {
if !strings.Contains(bodyStr, "debug") {
t.Errorf("missing level")
}