mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Update Makefile to find correct python path for testing
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user