Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Oct 13, 2023
1 parent 642e904 commit 23f6ff7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aimmo/tests/test_game_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ def test_create_game_server(game_manager: GameManager, game_id, game_data):
game_name=game_name,
game_server_name=game_server_name,
)
game_manager.game_ingress_manager.add_game_path_to_ingress.assert_called_with(
game_name=game_name,
)


def test_delete_game_server(game_manager: GameManager, game_id):
Expand Down

0 comments on commit 23f6ff7

Please sign in to comment.