mirror of
https://github.com/ansible/awx.git
synced 2026-06-23 07:37:50 -02:30
Update to comply with new black rules
This commit is contained in:
@@ -230,7 +230,6 @@ def setup_ec2_gce(organization):
|
||||
|
||||
@pytest.fixture
|
||||
def setup_inventory_groups(inventory, group_factory):
|
||||
|
||||
groupA = group_factory('test_groupA')
|
||||
groupB = group_factory('test_groupB')
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@ def job_template(inventory, project):
|
||||
|
||||
@pytest.mark.django_db
|
||||
class TestComputedFields:
|
||||
|
||||
# expired in 2015, so next_run should not be populated
|
||||
dead_rrule = "DTSTART;TZID=UTC:20140520T190000 RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=1;BYMONTHDAY=1;UNTIL=20150530T000000Z"
|
||||
continuing_rrule = "DTSTART;TZID=UTC:20140520T190000 RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=1;BYMONTHDAY=1"
|
||||
|
||||
Reference in New Issue
Block a user