Commit 1e90efc
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments