From 720a747eb27cb8a030c12077d32811a7792df4b9 Mon Sep 17 00:00:00 2001 From: abikouo Date: Tue, 6 Feb 2024 15:29:17 +0100 Subject: [PATCH] Fix unit tests --- 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 c018e735bf63..97cf2beb2d81 100644 --- a/awx/main/tests/functional/test_credential.py +++ b/awx/main/tests/functional/test_credential.py @@ -101,6 +101,7 @@ def test_default_cred_types(): 'satellite6', 'scm', 'ssh', + 'terraform', 'thycotic_dsv', 'thycotic_tss', 'vault',