We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1976844 commit fdf019eCopy full SHA for fdf019e
robotfm_tests/docs/quickstart_sample_rule_with_webhook.rst
@@ -35,7 +35,8 @@
35
${result}= Run Process st2 rule create /usr/share/doc/st2/examples/rules/sample_rule_with_webhook.yaml -j
36
Should Contain ${result.stdout} ERROR: 409 Client Error: Conflict
37
Should Contain ${result.stdout} MESSAGE: Tried to save duplicate unique keys
38
- Should Contain ${result.stdout} duplicate key error collection: st2.rule_d_b index: uid_1 dup key: { : "rule:examples:sample_rule_with_webhook" }) for url:
+ Should Contain ${result.stdout} duplicate key error
39
+ Should Contain ${result.stdout} { : "rule:examples:sample_rule_with_webhook" }
40
41
Verify rule status
42
${TOKEN}= Run Process st2 auth -p Ch@ngeMe st2admin -t shell=True
0 commit comments