Skip to content

Commit

Permalink
Change IsStatusOk() -> IsStatusOk in generateName conformance tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-mabey committed Mar 19, 2019
1 parent 1ed5406 commit ed7d4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conformance/generatename_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func canServeRequests(t *testing.T, clients *test.Clients, route *v1alpha1.Route
clients.KubeClient,
t.Logf,
domain,
pkgTest.Retrying(pkgTest.MatchesAllOf(pkgTest.IsStatusOK(), pkgTest.MatchesBody(helloWorldText)), http.StatusNotFound),
pkgTest.Retrying(pkgTest.MatchesAllOf(pkgTest.IsStatusOK, pkgTest.MatchesBody(helloWorldText)), http.StatusNotFound),
"WaitForEndpointToServeText",
test.ServingFlags.ResolvableDomain)
if err != nil {
Expand Down

0 comments on commit ed7d4a0

Please sign in to comment.