File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/mock_vws/_query_validators Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -752,8 +752,9 @@ def __init__(self) -> None:
752
752
<title>Error 400 Bad Request</title>
753
753
</head>
754
754
<body>
755
+ <h2>HTTP ERROR 400 Bad Request</h2>
755
756
<table>
756
- <tr><th>URI:</th><td>/v1/query</td></tr>
757
+ <tr><th>URI:</th><td>http://cloudreco.vuforia.com /v1/query</td></tr>
757
758
<tr><th>STATUS:</th><td>400</td></tr>
758
759
<tr><th>MESSAGE:</th><td>Bad Request</td></tr>
759
760
</table>
Original file line number Diff line number Diff line change 59
59
<title>Error 400 Bad Request</title>
60
60
</head>
61
61
<body>
62
+ <h2>HTTP ERROR 400 Bad Request</h2>
62
63
<table>
63
- <tr><th>URI:</th><td>/v1/query</td></tr>
64
+ <tr><th>URI:</th><td>http://cloudreco.vuforia.com /v1/query</td></tr>
64
65
<tr><th>STATUS:</th><td>400</td></tr>
65
66
<tr><th>MESSAGE:</th><td>Bad Request</td></tr>
66
67
</table>
You can’t perform that action at this time.
0 commit comments