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:
752752 <title>Error 400 Bad Request</title>
753753 </head>
754754 <body>
755+ <h2>HTTP ERROR 400 Bad Request</h2>
755756 <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>
757758 <tr><th>STATUS:</th><td>400</td></tr>
758759 <tr><th>MESSAGE:</th><td>Bad Request</td></tr>
759760 </table>
Original file line number Diff line number Diff line change 5959 <title>Error 400 Bad Request</title>
6060 </head>
6161 <body>
62+ <h2>HTTP ERROR 400 Bad Request</h2>
6263 <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>
6465 <tr><th>STATUS:</th><td>400</td></tr>
6566 <tr><th>MESSAGE:</th><td>Bad Request</td></tr>
6667 </table>
You can’t perform that action at this time.
0 commit comments