Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Nov 24, 2023
1 parent 0819de5 commit 110e963
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/openforms/analytics_tools/tests/test_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def test_migration_sets_identifier_and_gfk(self):
}

self.assertFalse(CSPSetting.objects.filter(identifier="").exists())
breakpoint()
print(type(get_content_type_for_model(analytics_conf)))

# We avoid using django.contrib.admin.options.get_content_type_for_model
Expand Down

0 comments on commit 110e963

Please sign in to comment.