Skip to content

Commit 4d6610f

Browse files
Merge pull request #2614 from VWS-Python/jetty
Account for Jetty bump
2 parents adfc2b5 + e321908 commit 4d6610f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mock_vws/_query_validators/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def __init__(self) -> None:
757757
<tr><th>STATUS:</th><td>400</td></tr>
758758
<tr><th>MESSAGE:</th><td>Bad Request</td></tr>
759759
</table>
760-
<hr/><a href="https://jetty.org/">Powered by Jetty:// 12.0.16</a><hr/>
760+
<hr/><a href="https://jetty.org/">Powered by Jetty:// 12.0.20</a><hr/>
761761
762762
</body>
763763
</html>

tests/mock_vws/test_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<tr><th>STATUS:</th><td>400</td></tr>
6666
<tr><th>MESSAGE:</th><td>Bad Request</td></tr>
6767
</table>
68-
<hr/><a href="https://jetty.org/">Powered by Jetty:// 12.0.16</a><hr/>
68+
<hr/><a href="https://jetty.org/">Powered by Jetty:// 12.0.20</a><hr/>
6969
7070
</body>
7171
</html>

0 commit comments

Comments
 (0)