Skip to content

Commit e03beb4

Browse files
authored
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
1 parent 4db52e0 commit e03beb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

awx/main/tests/functional/test_credential.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_default_cred_types():
9393
'gpg_public_key',
9494
'hashivault_kv',
9595
'hashivault_ssh',
96+
'hcp_terraform',
9697
'insights',
9798
'kubernetes_bearer_token',
9899
'net',

0 commit comments

Comments
 (0)