Skip to content

Commit

Permalink
change test title
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliidm committed Aug 9, 2023
1 parent 8fa47b6 commit b40eb89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ export default ({ getService }: FtrProviderContext) => {

// we don't validate it because geo_point is very complex type with many various representations: array, different object, string with few valid patterns
// more on geo_point type https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-point.html
// since .alerts-* indices allow _ignore_malformed option, alert will be indexed for this document
it('should fail creating alert when ECS field mapping is geo_point', async () => {
// since .alerts-* indices allow _ignore_malformed option, alert will be created for this document
it('should not fail creating alert when ECS field mapping is geo_point', async () => {
const document = {
client: {
geo: {
Expand Down

0 comments on commit b40eb89

Please sign in to comment.