Update Makefile to find correct python path for testing

This commit is contained in:
beeankha
2020-05-07 14:52:39 -04:00
parent 1d91387f58
commit 10be375137
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ from ansible.errors import AnsibleError
from awx.main.models import Schedule
from awx.api.serializers import SchedulePreviewSerializer
@pytest.mark.django_db
def test_create_schedule(run_module, job_template, admin_user):
my_rrule = 'DTSTART;TZID=Zulu:20200416T034507 RRULE:FREQ=MONTHLY;INTERVAL=1'