string representation for a debug available
parent
54f295810c
commit
d07f6fed83
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue