Skip to content

Commit

Permalink
add TestChecksum class
Browse files Browse the repository at this point in the history
  • Loading branch information
nsyed22 committed Jan 2, 2025
1 parent f6c7af9 commit c719113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -10295,6 +10295,7 @@ def test_gold_annotations_regular_admin_subadmin_users(self):
res = self.app_get_json(f"/api/project/{project.id}/gold_annotations")
assert res.status_code == 200, data

class TestChecksum(web.Helper):
@with_context
@patch("pybossa.task_creator_helper.get_encryption_key")
@patch("pybossa.task_creator_helper.read_encrypted_file")
Expand Down

0 comments on commit c719113

Please sign in to comment.