Skip to content

Commit

Permalink
Update api_app/tests_ma/test_api/test_routes/test_workspace_users.py
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
fortunkam and Copilot authored Feb 19, 2025
1 parent 091ab2a commit 38980cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async def test_assign_workspace_user_assigns_multiple_workspace_user(self, get_w
})
assert response.status_code == status.HTTP_202_ACCEPTED

assign_workspace_user_mock.call_count == 2
assert assign_workspace_user_mock.call_count == 2
get_workspace_users_mock.assert_called_once()

@pytest.mark.parametrize("auth_class", ["aad_authentication.AzureADAuthorization"])
Expand Down

0 comments on commit 38980cf

Please sign in to comment.