Skip to content

Commit 461ddac

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7b0d50b commit 461ddac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/test_pyodide_http.py

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ async def test_pyfetch_raise_for_status_does_not_raise_200(
130130
assert error_900.value.status_text == "Wrong error code"
131131
assert error_900.value.url.endswith("status_900")
132132

133+
133134
@run_in_pyodide
134135
async def test_pyfetch_unpack_archive(selenium):
135136
import pathlib

0 commit comments

Comments
 (0)