Skip to content

Commit

Permalink
Explicitly setup test
Browse files Browse the repository at this point in the history
  • Loading branch information
alechenninger committed Dec 4, 2024
1 parent 6647c06 commit 961f97f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/internal/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ def test_force_bootstrapping_tenant(self, replicate):
self.assertEqual(response.status_code, status.HTTP_200_OK)
self.assertEqual(len(tuples), 9)

@override_settings(REPLICATION_TO_RELATION_ENABLED=True)
def test_cannot_force_bootstrapping_while_replication_enabled(self):
org_id = "12345"
response = self.client.post(
Expand Down

0 comments on commit 961f97f

Please sign in to comment.