mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Fixed unit test error caused by extra definition of ActivityStream model. Rearranged imports of signal handlers.
This commit is contained in:
@@ -33,7 +33,8 @@ from awx.main.fields import AutoOneToOneField
|
||||
from awx.main.utils import encrypt_field, decrypt_field
|
||||
from awx.main.models.base import *
|
||||
|
||||
__all__ = ['Organization', 'Team', 'Permission', 'Credential', 'AuthToken']
|
||||
__all__ = ['Organization', 'Team', 'Permission', 'Credential', 'Profile',
|
||||
'AuthToken']
|
||||
|
||||
|
||||
class Organization(CommonModel):
|
||||
|
||||
Reference in New Issue
Block a user