Skip to content

Commit

Permalink
Merge pull request #6148 from os-autoinst/docu
Browse files Browse the repository at this point in the history
Fix typo in example usage for post_run_hook
  • Loading branch information
mergify[bot] authored Jan 31, 2025
2 parents b2ad1dc + 73c8788 commit ab1a00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/WritingTests.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ An example usage:

[source,perl]
-------------------------------------------------------------------
sub post_fail_hook () {
sub post_run_hook () {
send_key 'ctrl-alt-f3';
assert_script_run 'openqa-cli api experimental/search q=shutdown.pm' ;
assert_script_run 'openqa-cli api experimental/search q=shutdown.pm' ;
}
-------------------------------------------------------------------

Expand Down

0 comments on commit ab1a00c

Please sign in to comment.