Skip to content

Commit

Permalink
fix lint, please squash
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoubl3j committed Jan 8, 2025
1 parent 9e24367 commit cfd7acc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions awx_collection/test/awx/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,6 @@ def rrule():
@pytest.fixture
def schedule(job_template, rrule):
return Schedule.objects.create(unified_job_template=job_template, name='test-sched', rrule=rrule)

# has autouse on for the fixture but calling to satisfy linting
oad_all_credentials()

0 comments on commit cfd7acc

Please sign in to comment.