Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 0c8427e

Browse files
committed
Fixed default theme, audience
1 parent 6dc18ed commit 0c8427e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

web/tests/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ class Meta:
2020
country="SI"
2121
tags=["tag1", "tag2"]
2222

23+
audience =[1]
24+
theme=[1]
25+
2326
start_date=factory.LazyAttribute(lambda n: datetime.datetime.now() + datetime.timedelta(days=1, hours=3) )
2427
end_date=factory.LazyAttribute(lambda n: datetime.datetime.now() + datetime.timedelta(days=3, hours=3) )
2528

0 commit comments

Comments
 (0)