Skip to content

Commit

Permalink
fix status code
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller committed Sep 15, 2023
1 parent ddfc3a8 commit b77e222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,6 @@ func TestHTTPRouteRetryAndTimeout(t *testing.T) {

checkRoute(t, gatewayPort, timeoutPath, map[string]string{
"Host": "test.foo",
}, checkOptions{debug: false, statusCode: 504, testName: "timeout should timeout", expectedBody: "timeout"})
}, checkOptions{debug: false, statusCode: 500, testName: "timeout should timeout", expectedBody: "timeout"})

}

0 comments on commit b77e222

Please sign in to comment.