From 14b767abc3840fd74a81f25dd9678e327a43981b Mon Sep 17 00:00:00 2001 From: Ricky White Date: Fri, 25 Jun 2021 16:47:01 +0000 Subject: [PATCH] Added thycotic_tss to test credential --- 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 b3c8dca5db..ae5d99730f 100644 --- a/awx/main/tests/functional/test_credential.py +++ b/awx/main/tests/functional/test_credential.py @@ -98,6 +98,7 @@ def test_default_cred_types(): 'scm', 'ssh', 'thycotic_dsv', + 'thycotic_tss', 'vault', 'vmware', ]