Skip to content

Commit

Permalink
remove inventory source test
Browse files Browse the repository at this point in the history
* inventory source is covered in the workflow job template target
* fix linting
  • Loading branch information
thedoubl3j committed Jan 15, 2025
1 parent af25e0e commit b85c26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 144 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- assert:
that:
- "result is changed"

- name: Create Github PAT Credential
credential:
name: "{{ github_webhook_credential_name }}"
Expand Down Expand Up @@ -892,6 +892,7 @@
that:
- result is failed
- "'Must match the selected webhook service' in result['msg']"
when: github_found and gitlab_found

- name: Create a workflow job template with a GitHub webhook and a GitHub credential
workflow_job_template:
Expand Down

0 comments on commit b85c26b

Please sign in to comment.