Skip to content

Commit

Permalink
fix: update /admin/user tests to mock arborist call
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Nov 5, 2024
1 parent a46279a commit 28573d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/admin/test_admin_users_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@pytest.fixture(autouse=True)
def mock_arborist(mock_arborist_requests):
mock_arborist_requests()
mock_arborist_requests({"arborist/auth/request": {"POST": ({"auth": True}, 200)}})


# TODO: Not yet tested: PUT,DELETE /users/<username>/projects
Expand Down

0 comments on commit 28573d1

Please sign in to comment.