Skip to content

Commit

Permalink
Fix yaml test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong committed Jun 6, 2024
1 parent cff2bcf commit 4447c9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ teardown:
version: " - 2.14.99"
reason: "introduced in 2.15"
- do:
catch: /field name in \[fields\] cannot be null nor empty/
catch: /field name cannot be null nor empty/
ingest.put_pipeline:
id: "1"
body: >
Expand All @@ -25,7 +25,7 @@ teardown:
]
}
- do:
catch: /field name in \[exclude_fields\] cannot be null nor empty/
catch: /field name cannot be null nor empty/
ingest.put_pipeline:
id: "1"
body: >
Expand Down

0 comments on commit 4447c9c

Please sign in to comment.