mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Fixup some syntax errors in the Test suite.
This commit is contained in:
@@ -13,10 +13,10 @@ from awx.main.models import *
|
|||||||
from awx.main.tests.base import BaseTest
|
from awx.main.tests.base import BaseTest
|
||||||
from awx.main.licenses import *
|
from awx.main.licenses import *
|
||||||
|
|
||||||
class LicenseTest(BaseTest):
|
class LicenseTests(BaseTest):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(LicensesTest, self).setUp()
|
super(LicenseTests, self).setUp()
|
||||||
|
|
||||||
def test_license_writer(self):
|
def test_license_writer(self):
|
||||||
assert 2 == 4
|
assert 2 == 4
|
||||||
|
|||||||
Reference in New Issue
Block a user