Skip to content

Commit

Permalink
yamlRestTest was failing on naming of snapshots so I may have made th…
Browse files Browse the repository at this point in the history
…is too general by subbing the semantic-ish versioning regex with a .*, but the build succeeded...

Signed-off-by: Mark Cohen <markcoh@amazon.com>
  • Loading branch information
macohen committed Sep 4, 2023
1 parent 216d61a commit 7f9dccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yamlRestTest/resources/rest-api-spec/test/10_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
h: component

- match:
$body: /^opensearch-ltr-\d+.\d+.\d+.\d+\n$/
$body: /^opensearch-ltr-.*\n$/

- do:
indices.create:
Expand Down

0 comments on commit 7f9dccc

Please sign in to comment.