File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
src/mock_vws/_query_validators Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -748,17 +748,16 @@ def __init__(self) -> None:
748
748
text = """\
749
749
<html>
750
750
<head>
751
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8 "/>
751
+ <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1 "/>
752
752
<title>Error 400 Bad Request</title>
753
753
</head>
754
- <body><h2>HTTP ERROR 400 Bad Request</h2>
754
+ <body>
755
755
<table>
756
756
<tr><th>URI:</th><td>/v1/query</td></tr>
757
757
<tr><th>STATUS:</th><td>400</td></tr>
758
758
<tr><th>MESSAGE:</th><td>Bad Request</td></tr>
759
- <tr><th>SERVLET:</th><td>Resteasy</td></tr>
760
759
</table>
761
- <hr><a href="https://eclipse .org/jetty ">Powered by Jetty:// 9.4.43.v20210629 </a><hr/>
760
+ <hr/ ><a href="https://jetty .org/">Powered by Jetty:// 12.0.16 </a><hr/>
762
761
763
762
</body>
764
763
</html>
Original file line number Diff line number Diff line change 55
55
text = """\
56
56
<html>
57
57
<head>
58
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8 "/>
58
+ <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1 "/>
59
59
<title>Error 400 Bad Request</title>
60
60
</head>
61
- <body><h2>HTTP ERROR 400 Bad Request</h2>
61
+ <body>
62
62
<table>
63
63
<tr><th>URI:</th><td>/v1/query</td></tr>
64
64
<tr><th>STATUS:</th><td>400</td></tr>
65
65
<tr><th>MESSAGE:</th><td>Bad Request</td></tr>
66
- <tr><th>SERVLET:</th><td>Resteasy</td></tr>
67
66
</table>
68
- <hr><a href="https://eclipse .org/jetty ">Powered by Jetty:// 9.4.43.v20210629 </a><hr/>
67
+ <hr/ ><a href="https://jetty .org/">Powered by Jetty:// 12.0.16 </a><hr/>
69
68
70
69
</body>
71
70
</html>
72
- """ , # noqa: E501
71
+ """ ,
73
72
)
74
73
75
74
_NGINX_REQUEST_ENTITY_TOO_LARGE_ERROR = textwrap .dedent (
You can’t perform that action at this time.
0 commit comments