kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fixed randomly failing test
rodzic
63dd5b2f06
commit
0e1203336d
|
@ -89,7 +89,7 @@ class ImportJobFactory(factory.django.DjangoModelFactory):
|
|||
batch = factory.SubFactory(ImportBatchFactory)
|
||||
source = factory.Faker("url")
|
||||
mbid = factory.Faker("uuid4")
|
||||
replace_if_duplicate = factory.Faker("boolean")
|
||||
replace_if_duplicate = False
|
||||
|
||||
class Meta:
|
||||
model = "music.ImportJob"
|
||||
|
|
Ładowanie…
Reference in New Issue