Skip to content

Commit

Permalink
Fix grep search
Browse files Browse the repository at this point in the history
Fix grep search
  • Loading branch information
richm authored Dec 4, 2023
1 parent a5e8a35 commit ce237d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check_notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
---
# yamllint disable rule:line-length
- name: Check if webhook notification is set
command: grep -e 'webhook_endpoint .* {{ __test_webhook }}' /var/lib/pcp/config/pmie/config.default
command: grep -E 'webhook_endpoint .* "?{{ __test_webhook }}"?' /var/lib/pcp/config/pmie/config.default
changed_when: false
# yamllint enable rule:line-length

0 comments on commit ce237d3

Please sign in to comment.