Skip to content

Commit

Permalink
Actually fix test_longer_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister committed Mar 19, 2024
1 parent 2820810 commit 1ee3118
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/system/action/test_migration_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,7 @@ def test_longer_migration(self, execute_command: Mock) -> None:
execute_command.side_effect = self.wait_for_lock(wait_lock, indicator_lock)
response = self.migration_request("migrate")
self.assert_status_code(response, 200)
indicator_lock.acquire()
assert response.json["status"] == MigrationState.MIGRATION_RUNNING
assert response.json["output"] == "start\n"
indicator_lock.release()

indicator_lock.acquire()
response = self.migration_request("progress")
Expand Down

0 comments on commit 1ee3118

Please sign in to comment.