diff options
author | beeankha <beeankha@gmail.com> | 2020-05-07 20:52:39 +0200 |
---|---|---|
committer | beeankha <beeankha@gmail.com> | 2020-05-07 22:37:04 +0200 |
commit | 10be375137b8ad5f496e5186b6500ce9459e4471 (patch) | |
tree | bee439fbd4497e2dbfe12d9f45c8e7d894617a5f /awx_collection | |
parent | Adding validation of rrule output thorugh awx searlizer (diff) | |
download | awx-10be375137b8ad5f496e5186b6500ce9459e4471.tar.xz awx-10be375137b8ad5f496e5186b6500ce9459e4471.zip |
Update Makefile to find correct python path for testing
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/test/awx/test_schedule.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/awx_collection/test/awx/test_schedule.py b/awx_collection/test/awx/test_schedule.py index 3d829fe8bc..3db6249b33 100644 --- a/awx_collection/test/awx/test_schedule.py +++ b/awx_collection/test/awx/test_schedule.py @@ -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' |