Skip to content

Commit

Permalink
fixing flipped annotation of code snippets
Browse files Browse the repository at this point in the history
Signed-off-by: AmiStrn <[email protected]>
  • Loading branch information
AmiStrn committed May 18, 2021
1 parent cad2e38 commit dfb7956
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,9 @@ We can now edit the `hello-world.json` to describe the new REST endpoint's behav
```

And now the YAML tests themselves:

- `10_basic.yml`

```
"Test that the plugin is loaded in OpenSearch":
- do:
Expand All @@ -462,7 +464,9 @@ And now the YAML tests themselves:
$body: /^my-rest-plugin\n$/
```

- `20_hello_world.yml`

```
---
"Default with no name":
Expand Down

0 comments on commit dfb7956

Please sign in to comment.