Skip to content

Commit 97d9286

Browse files
committed
monkey patch read projects
1 parent e1c6093 commit 97d9286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def test_create_existing_project(self, monkeypatch_root, monkeypatch_users_dir):
200200
assert response.status_code == 409
201201
assert response.json() == {"detail": "Project already exists."}
202202

203-
def test_read_projects(self):
203+
def test_read_projects(self, monkeypatch_root, monkeypatch_users_dir):
204204
with TestClient(app) as client, open(self.project_script, "rb") as f:
205205
access_token = login_user(client)
206206
client.post(

0 commit comments

Comments
 (0)