Skip to content

Commit 87bcea0

Browse files
query command update
1 parent 23a0a67 commit 87bcea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hyperexecute-snooper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ specificTags: ["@tag1","@tag2"]
130130
- Discovery can also be customized by passing logical query in the snooper using `query` tag:
131131

132132
```yaml
133-
query: ["((@tag1 or @tag2) and not @tag3)"]
133+
query: "((@tag1 or @tag2) and not @tag3)"
134134
```
135135

136136
- You can also skip the tests that have some specific tags using `ignoredTags`:

0 commit comments

Comments
 (0)