Skip to content

Commit

Permalink
fix: Added collection version to user-agent header
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed May 2, 2024
1 parent fde9695 commit 1a5a5f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/run_all_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
cloud: '{{ lookup("env", "ZIA_CLOUD") | default(omit) }}'
no_log: true

- name: Run initial sweep to clean tenant
ansible.builtin.include_tasks: ./sweep.yml
# - name: Run initial sweep to clean tenant
# ansible.builtin.include_tasks: ./sweep.yml

- name: Running ZIA Integration Tests
ansible.builtin.include_tasks: "{{ item }}"
Expand All @@ -41,5 +41,5 @@
- targets/zia_dlp_notification_template/tasks/main.yml
- targets/zia_sandbox_advanced_settings/tasks/main.yml

- name: Run final sweep to clean tenant
ansible.builtin.include_tasks: ./sweep.yml
# - name: Run final sweep to clean tenant
# ansible.builtin.include_tasks: ./sweep.yml

0 comments on commit 1a5a5f6

Please sign in to comment.