Skip to content

Commit

Permalink
Remove outdated test code for handlers/whistleblower/test_submission.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Feb 12, 2025
1 parent 5e7dc3a commit a60523e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ class TestSubmission(helpers.TestHandlerWithPopulatedDB):

files_created = 6

@inlineCallbacks
def setUp(self):
yield helpers.TestHandlerWithPopulatedDB.setUp(self)
yield tw(db_set_config_variable, 1, 'encryption', False)
self.state.tenants[1].cache.encryption = False

@inlineCallbacks
def create_submission(self, request):
self.submission_desc = yield self.get_dummy_submission(self.dummyContext['id'])
Expand Down

0 comments on commit a60523e

Please sign in to comment.