Skip to content

Commit 0730e87

Browse files
committedJul 1, 2023
Removed unnecessary code
1 parent e247cc9 commit 0730e87

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎tests/conftest.py

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ def assert_all_responses_were_requested() -> bool:
66
return False
77

88

9-
@pytest.fixture
10-
def non_mocked_hosts():
11-
return ["localhost"]
12-
13-
149
@pytest.fixture(autouse=True)
1510
def mock_backend(httpx_mock):
1611
httpx_mock.add_response(url="https://datasette.io/", text="<h1>datasette.io</h1>")

0 commit comments

Comments
 (0)
Please sign in to comment.