Skip to content

Commit

Permalink
fix unit
Browse files Browse the repository at this point in the history
  • Loading branch information
achantavy committed Jul 22, 2024
1 parent 6f16e3c commit b868934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/cartography/intel/github/test_teams.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_get_team_repos_team_with_no_repos(mock_get_team_repos):
'test-org',
'https://api.github.com',
'test-token',
) == {'team1': []}
) == {'team1': set()}
mock_get_team_repos.assert_not_called()


Expand Down

0 comments on commit b868934

Please sign in to comment.