From 393ad6b2f46cbb6699acd739679781923dd4348b Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Fri, 1 Mar 2019 14:33:48 -0500 Subject: [PATCH] add cyberark conjur to tested credential types --- awx/main/tests/functional/test_credential.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/tests/functional/test_credential.py b/awx/main/tests/functional/test_credential.py index 480d4b8ede..882bc2755e 100644 --- a/awx/main/tests/functional/test_credential.py +++ b/awx/main/tests/functional/test_credential.py @@ -79,6 +79,7 @@ def test_default_cred_types(): 'azure_kv', 'azure_rm', 'cloudforms', + 'conjur', 'gce', 'hashivault_kv', 'hashivault_ssh',