Skip to content

Commit ca165c9

Browse files
committed
Fix tox formatting requirements
1 parent 95961ca commit ca165c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def mock_responses():
2222
def test_response_config(monkeypatch):
2323
"""Use a test-specific responses.yml file."""
2424
test_dir = Path(__file__).parent
25-
test_responses_path = test_dir / "responses.yml"
25+
test_responses_path = test_dir / "tests/responses.yml"
2626

2727
# Ensure the test responses.yml file exists
2828
if not test_responses_path.exists():

tests/test_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
client = TestClient(app)
1818

19+
1920
@pytest.fixture(autouse=True)
2021
def mock_responses_file():
2122
# Update the fixture to also patch ResponseConfig.load_responses

0 commit comments

Comments
 (0)