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