Skip to content

Commit cc16b9a

Browse files
committed
Fix one more test
1 parent 9b5136e commit cc16b9a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/mock_vws/_query_validators/exceptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

tests/mock_vws/test_query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@
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>

0 commit comments

Comments
 (0)