Skip to content

Commit

Permalink
Fix cleanup of enrich policy in test
Browse files Browse the repository at this point in the history
This test is installing a separate policy that isn't getting cleaned up, which is causing a failure
in a separate test.
  • Loading branch information
dakrone committed Apr 11, 2024
1 parent c8c9187 commit 74f7306
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,11 @@ enrich documents over _bulk via an alias:
_source:
baz: slow
c: 3

- do:
ingest.delete_pipeline:
id: test_alias_pipeline

- do:
enrich.delete_policy:
name: test_alias_policy

0 comments on commit 74f7306

Please sign in to comment.