Skip to content

Commit

Permalink
Merge branch 'main' of github.com:0xMartin/NetworkAppTestingTool
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMartin committed Aug 9, 2024
2 parents 81d5883 + 35fb9b5 commit c449da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ custom_keyword:
name: "my_keyword"
params: ["param_1", "param_2"]
steps:
- standard_stream_send: "This is message 1: \$param_1"
- standard_stream_send: "This is message 2: \$param_2"
- standard_stream_send: "This is message 1: $param_1"
- standard_stream_send: "This is message 2: $param_2"
```

### call_keyword
Expand Down

0 comments on commit c449da2

Please sign in to comment.