Skip to content

Commit 1e90efc

Browse files
authored
conformance: Fix path prefix for disable backend timeout route (#2947)
There is discrepancy between test request path (e.g. /disable-backend-timeout?delay=1s) and path prefix in http route (e.g. /disabled-backend-timeout), which will cause 404 response instead of 200. Fixes: #2823 Signed-off-by: Tam Mach <[email protected]>
1 parent f63954f commit 1e90efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/tests/httproute-timeout-backend-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- matches:
2020
- path:
2121
type: PathPrefix
22-
value: /disabled-backend-timeout
22+
value: /disable-backend-timeout
2323
backendRefs:
2424
- name: infra-backend-v1
2525
port: 8080

0 commit comments

Comments
 (0)