tests: import missing fixtures in import/export test

This commit is contained in:
Frédéric Péters 2017-05-23 14:59:48 +02:00
parent 63ffddd5fb
commit 06c72c6e46
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from django.core.management import call_command
from chrono.agendas.models import Agenda, Event, MeetingType, TimePeriod
from chrono.manager.utils import export_site, import_site
from test_api import some_data, meetings_agenda
from test_api import some_data, meetings_agenda, time_zone, mock_now
pytestmark = pytest.mark.django_db