We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d209ce commit 660d113Copy full SHA for 660d113
tests/test_main.py
@@ -60,8 +60,6 @@ class TestHandler:
60
@patch("src.main.github_api_toolkit.get_token_as_installation")
61
@patch("src.main.github_api_toolkit.github_interface")
62
@patch("src.main.get_and_update_historic_usage")
63
- @patch("src.main.get_and_update_copilot_teams")
64
- @patch("src.main.create_dictionary")
65
@patch("src.main.update_s3_object")
66
def test_handler_success(
67
self,
0 commit comments