Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 26, 2023
1 parent 5a009e1 commit 5163207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cases_files/tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class Meta:
designation = ExternalFileDesignation.READ_ALIGNMENTS.value
genomebuild = AbstractFile.GENOMEBUILD_GRCH38
mimetype = MimeTypes.BAM.value
file_attributes = factory.LazyFunction(dict)
identifier_map = factory.LazyFunction(dict)


class ExternalFileFactory(AbstractFileFactory):
Expand All @@ -36,8 +38,6 @@ class Meta:

available = True
last_checked = factory.LazyFunction(timezone.now)
identifier_map = factory.LazyFunction(dict)
file_attributes = factory.LazyFunction(dict)


class IndividualExternalFileFactory(ExternalFileFactory):
Expand Down

0 comments on commit 5163207

Please sign in to comment.