summaryrefslogtreecommitdiffstats
path: root/awx_collection
diff options
context:
space:
mode:
authorsean-m-sullivan <ssulliva@redhat.com>2021-02-04 18:33:49 +0100
committersean-m-sullivan <ssulliva@redhat.com>2021-02-04 18:33:49 +0100
commit9d359a080b113ad99f6f282d4a6b19ee3a74055b (patch)
tree92d3ff7b1e3b91701b0e4042af1abc6c3244df01 /awx_collection
parentupdate (diff)
downloadawx-9d359a080b113ad99f6f282d4a6b19ee3a74055b.tar.xz
awx-9d359a080b113ad99f6f282d4a6b19ee3a74055b.zip
updating completeness parameters
Diffstat (limited to 'awx_collection')
-rw-r--r--awx_collection/test/awx/test_completeness.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/test/awx/test_completeness.py b/awx_collection/test/awx/test_completeness.py
index 922cc785bc..467ee9357b 100644
--- a/awx_collection/test/awx/test_completeness.py
+++ b/awx_collection/test/awx/test_completeness.py
@@ -37,7 +37,7 @@ ignore_parameters = [
# Add the module name as the key with the value being the list of params to ignore
no_api_parameter_ok = {
# The wait is for whether or not to wait for a project update on change
- 'tower_project': ['wait'],
+ 'tower_project': ['wait', 'interval', 'update_project'],
# Existing_token and id are for working with an existing tokens
'tower_token': ['existing_token', 'existing_token_id'],
# /survey spec is now how we handle associations