Skip to content

Commit

Permalink
Fix typo in example usage for post_run_hook
Browse files Browse the repository at this point in the history
  • Loading branch information
baierjan committed Jan 31, 2025
1 parent b2ad1dc commit 73c8788
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 73c8788

Please sign in to comment.