We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a95de commit 277c095Copy full SHA for 277c095
tests/test_asgi/test_pyscript.py
@@ -210,7 +210,7 @@ async def test_noscript_omitted():
210
)
211
assert response.status_code == 200
212
assert (
213
- '<noscript><p id="noscript-message">Enable JavaScript to view this site.</p></noscript>'
+ "<noscript>Enable JavaScript to view this site.</noscript>"
214
in response.text
215
216
tests/test_asgi/test_standalone.py
@@ -203,7 +203,7 @@ def sample():
203
204
205
206
207
208
209
0 commit comments