Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Vedrilla committed Oct 30, 2023
1 parent 0b40fed commit 828193d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/services/test_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ def test_process_regular(self):
self.config.refresh_from_db()
self.assertFalse(self.config.migration_imminent)

@mock.patch("django_migration_zero.services.deployment.get_local_django_apps")
def test_process_case_switch_off(self, mocked_get_local_django_apps):
self.service.process()

mocked_get_local_django_apps.assert_not_called()

@mock.patch("django_migration_zero.services.deployment.call_command", return_value=1)
def test_process_case_migration_check_failed(self, *args):
# Setup
Expand Down

0 comments on commit 828193d

Please sign in to comment.