Skip to content

Commit

Permalink
use a different status code
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Aug 1, 2023
1 parent 8dcf425 commit e7fab31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/e2e/testdata/envoy-patch-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ spec:
value:
default_value: 404
runtime_key: key_b
status_code: 418
status_code: 406
body:
inline_string: "im a teapot"
inline_string: "not acceptable"
2 changes: 1 addition & 1 deletion test/e2e/tests/envoy-patch-policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var EnvoyPatchPolicyTest = suite.ConformanceTest{
Path: "/bar",
},
Response: http.Response{
StatusCode: 418,
StatusCode: 406,
},
Namespace: ns,
}
Expand Down

0 comments on commit e7fab31

Please sign in to comment.