diff options
author | John Westcott IV <john.westcott.iv@redhat.com> | 2020-08-04 19:25:05 +0200 |
---|---|---|
committer | John Westcott IV <john.westcott.iv@redhat.com> | 2020-08-19 20:12:50 +0200 |
commit | 9bf19daa5e544487ddc715c9e7791325836ad4b2 (patch) | |
tree | d4474044d5eea07fd94000565f83f2afe6d84182 /awx_collection | |
parent | Removed default: '' and updated [] to '' per specification (diff) | |
download | awx-9bf19daa5e544487ddc715c9e7791325836ad4b2.tar.xz awx-9bf19daa5e544487ddc715c9e7791325836ad4b2.zip |
Another linting issue
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/tests/integration/targets/tower_import/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/tests/integration/targets/tower_import/tasks/main.yml b/awx_collection/tests/integration/targets/tower_import/tasks/main.yml index ea18bb584f..9835ff89a5 100644 --- a/awx_collection/tests/integration/targets/tower_import/tasks/main.yml +++ b/awx_collection/tests/integration/targets/tower_import/tasks/main.yml @@ -52,7 +52,7 @@ type: "organization" register: import_output ignore_errors: true - + - assert: that: - import_output is failed |