Skip to content

Commit

Permalink
removed superfluous source_app fixture from test as per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Jan 26, 2022
1 parent dd79d8f commit 39eb634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/tests/test_encryption.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_generate_source_key_pair(self, setup_journalist_key_and_gpg_folder,
# And the user's key does not expire
assert source_key_details["expires"] == ""

def test_get_source_public_key(self, source_app, test_source):
def test_get_source_public_key(self, test_source):
# Given a source user with a key pair in the default encryption manager
source_user = test_source["source_user"]
encryption_mgr = EncryptionManager.get_default()
Expand Down

0 comments on commit 39eb634

Please sign in to comment.