Skip to content

Commit

Permalink
clean up datastreams
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Dec 21, 2021
1 parent 0f86f78 commit 69e07ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/monitoring/data_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const getLifecycleMethods = (getService) => {
},

async tearDown() {
await deleteDataStream('.monitoring-8-*');
await deleteDataStream('.monitoring-*');
},
};
};

0 comments on commit 69e07ec

Please sign in to comment.