From 2b2126d8e14349596e355a29519e2b389100b451 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Wed, 17 Jun 2015 10:50:56 -0400 Subject: [PATCH] create enterprise license file for fact api tests --- awx/main/tests/fact/fact_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/tests/fact/fact_api.py b/awx/main/tests/fact/fact_api.py index 29f46d686e..7c54868be2 100644 --- a/awx/main/tests/fact/fact_api.py +++ b/awx/main/tests/fact/fact_api.py @@ -20,6 +20,7 @@ __all__ = ['FactVersionApiTest', 'FactViewApiTest', 'SingleFactApiTest',] class FactApiBaseTest(BaseLiveServerTest, BaseFactTestMixin): def setUp(self): super(FactApiBaseTest, self).setUp() + self.create_test_license_file() self.setup_instances() self.setup_users() self.organization = self.make_organization(self.super_django_user)