mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
Converted tower_group
Splitting out tower_inventory_source from tower_group Copy/Paste typo fix and README update for breaking backwards compatability Update credential_type module and unit tests
This commit is contained in:
committed by
beeankha
parent
8a0432efb7
commit
1c505beba6
@@ -27,7 +27,6 @@ def test_create_organization(run_module, admin_user):
|
||||
assert result.get('changed'), result
|
||||
|
||||
org = Organization.objects.get(name='foo')
|
||||
result.pop('existing_credential_type')
|
||||
assert result == {
|
||||
"name": "foo",
|
||||
"changed": True,
|
||||
@@ -55,7 +54,6 @@ def test_create_organization_with_venv(run_module, admin_user, mocker):
|
||||
|
||||
org = Organization.objects.get(name='foo')
|
||||
result.pop('invocation')
|
||||
result.pop('existing_credential_type')
|
||||
assert result == {
|
||||
"credential_type": "Nexus",
|
||||
"state": "present",
|
||||
|
||||
Reference in New Issue
Block a user