Skip to content

Commit

Permalink
Updates unit tests to not use MD5 checksum.
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
dkliban committed Sep 17, 2020
1 parent a6cbbef commit 075a6f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pulp_file/tests/unit/test_core/test_repo_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class RepositoryVersionCRUDTestCase(TestCase):
def setUp(self):
"""Create Artifact, Content, ContentArtifact, and Repository."""
artifact = Artifact.objects.create(
md5="ec0df26316b1deb465d2d18af7b600f5",
sha1="cf6121b0425c2f2e3a2fcfe6f402d59730eb5661",
sha224="9a6297eb28d91fad5277c0833856031d0e940432ad807658bd2b60f4",
sha256="c8ddb3dcf8da48278d57b0b94486832c66a8835316ccf7ca39e143cbfeb9184f",
Expand Down
1 change: 0 additions & 1 deletion pulp_file/tests/unit/test_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class TestFileContentSerializer(TestCase):
def setUp(self):
"""Set up the FileContentSerializer tests."""
self.artifact = Artifact.objects.create(
md5="ec0df26316b1deb465d2d18af7b600f5",
sha1="cf6121b0425c2f2e3a2fcfe6f402d59730eb5661",
sha224="9a6297eb28d91fad5277c0833856031d0e940432ad807658bd2b60f4",
sha256="c8ddb3dcf8da48278d57b0b94486832c66a8835316ccf7ca39e143cbfeb9184f",
Expand Down

0 comments on commit 075a6f6

Please sign in to comment.