Skip to content

Commit

Permalink
Fix wrong expected body output in TestDestroyPodInflight
Browse files Browse the repository at this point in the history
This is a super tiny patch, which fixes wrong expected body in the logs.
  • Loading branch information
nak3 committed Sep 18, 2019
1 parent 5dbbdff commit f68bb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/destroypod_test.go
Expand Up @@ -101,7 +101,7 @@ func TestDestroyPodInflight(t *testing.T) {
"TimeoutAppServesText",
test.ServingFlags.ResolvableDomain)
if err != nil {
t.Fatalf("The endpoint for Route %s at domain %s didn't serve the expected text \"%s\": %v", names.Route, domain, test.HelloWorldText, err)
t.Fatalf("The endpoint for Route %s at domain %s didn't serve the expected text \"%s\": %v", names.Route, domain, timeoutExpectedOutput, err)
}

client, err := pkgTest.NewSpoofingClient(clients.KubeClient, t.Logf, domain, test.ServingFlags.ResolvableDomain)
Expand Down

0 comments on commit f68bb74

Please sign in to comment.