Skip to content

Commit 1976844

Browse files
authored
Merge pull request #66 from StackStorm/update_robotfm_tests
Update affected robotfm tests
2 parents 9d61391 + c99609b commit 1976844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotfm_tests/docs/quickstart_sample_rule_with_webhook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
${result}= Run Process st2 rule create /usr/share/doc/st2/examples/rules/sample_rule_with_webhook.yaml -j
3636
Should Contain ${result.stdout} ERROR: 409 Client Error: Conflict
3737
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:
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:
3939
4040
Verify rule status
4141
${TOKEN}= Run Process st2 auth -p Ch@ngeMe st2admin -t shell=True

0 commit comments

Comments
 (0)