From 5848f0360ab19f2fe88fc709d45b7cd227bfd095 Mon Sep 17 00:00:00 2001 From: Jeff Bradberry Date: Tue, 3 Sep 2019 14:36:18 -0400 Subject: [PATCH] Update test_default_cred_types to include the new personal access token types --- awx/main/tests/functional/test_credential.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awx/main/tests/functional/test_credential.py b/awx/main/tests/functional/test_credential.py index c95817199a..c241ea002b 100644 --- a/awx/main/tests/functional/test_credential.py +++ b/awx/main/tests/functional/test_credential.py @@ -79,9 +79,12 @@ def test_default_cred_types(): 'aws', 'azure_kv', 'azure_rm', + 'bitbucket_token', 'cloudforms', 'conjur', 'gce', + 'github_token', + 'gitlab_token', 'hashivault_kv', 'hashivault_ssh', 'insights',