Skip to content

Commit

Permalink
Update api_app/tests_ma/test_services/test_aad_access_service.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 38980cf commit cb30ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_app/tests_ma/test_services/test_aad_access_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def test_get_workspace_roles_returns_roles(_, ms_graph_query_mock, mock_headers,
"value": [
Role(id=1, displayName="Airlock Manager", type=AssignmentType.APP_ROLE).dict(),
Role(id=2, displayName="Workspace Researcher", type=AssignmentType.APP_ROLE).dict(),
Role(id=3, displayName="Workspace Owner", origin="", type=AssignmentType.APP_ROLE).dict(),
Role(id=3, displayName="Workspace Owner", type=AssignmentType.APP_ROLE).dict(),
]
}
ms_graph_query_mock.return_value = request_get_mock_response
Expand Down

0 comments on commit cb30ba7

Please sign in to comment.