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.
2 parents 9d61391 + c99609b commit 1976844Copy full SHA for 1976844
robotfm_tests/docs/quickstart_sample_rule_with_webhook.rst
@@ -35,7 +35,7 @@
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 index: st2.rule_d_b.$uid_1 dup key: { : "rule:examples:sample_rule_with_webhook" }) for url:
+ 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:
39
40
Verify rule status
41
${TOKEN}= Run Process st2 auth -p Ch@ngeMe st2admin -t shell=True
0 commit comments