mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
fix flake8 and spelling
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import pytest
|
||||
|
||||
def test_ANSILE_VERSION(mocker):
|
||||
def test_ANSIBLE_VERSION(mocker):
|
||||
from django.conf import settings
|
||||
assert hasattr(settings, 'ANSIBLE_VERSION')
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import pytest
|
||||
import subprocess
|
||||
|
||||
from awx.main.utils import get_ansible_version
|
||||
|
||||
Reference in New Issue
Block a user