Skip to content

Commit

Permalink
spelling: verifying
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Oct 11, 2020
1 parent 9c9b60f commit af905a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestRequestLogs(t *testing.T) {
}

if got, want := cm.Data[metrics.ReqLogTemplateKey], template; got != want {
t.Skipf("Skipping verifing request logs because the template doesn't match:\n%s", cmp.Diff(want, got))
t.Skipf("Skipping verifying request logs because the template doesn't match:\n%s", cmp.Diff(want, got))
}

names := test.ResourceNames{
Expand Down Expand Up @@ -113,7 +113,7 @@ func TestRequestLogs(t *testing.T) {
t.Fatal("Got error waiting for health check log:", err)
}
} else {
t.Log("Skipping verifing probe request logs because they are not enabled")
t.Log("Skipping verifying probe request logs because they are not enabled")
}
}

Expand Down

0 comments on commit af905a7

Please sign in to comment.