Skip to content

Commit 660d113

Browse files
committed
fix: missing dependency in tests
1 parent 7d209ce commit 660d113

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ class TestHandler:
6060
@patch("src.main.github_api_toolkit.get_token_as_installation")
6161
@patch("src.main.github_api_toolkit.github_interface")
6262
@patch("src.main.get_and_update_historic_usage")
63-
@patch("src.main.get_and_update_copilot_teams")
64-
@patch("src.main.create_dictionary")
6563
@patch("src.main.update_s3_object")
6664
def test_handler_success(
6765
self,

0 commit comments

Comments
 (0)