From e03beb4d541dfa6c6f31e34dad26f463ce7ec47b Mon Sep 17 00:00:00 2001 From: Lila Yasin Date: Mon, 24 Nov 2025 13:09:04 -0500 Subject: [PATCH] Add hcp_terraform to list of expected cred types to fix failing api test CI Check (#16188) * Add hcp_terraform to list of expected cred types to fix failing api test ci check --- 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 b26167cdd0..2ecc508088 100644 --- a/awx/main/tests/functional/test_credential.py +++ b/awx/main/tests/functional/test_credential.py @@ -93,6 +93,7 @@ def test_default_cred_types(): 'gpg_public_key', 'hashivault_kv', 'hashivault_ssh', + 'hcp_terraform', 'insights', 'kubernetes_bearer_token', 'net',