Skip to content

Commit 59bbef3

Browse files
committed
fixed tests
1 parent 6912272 commit 59bbef3

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

  • x-pack/test/alerting_api_integration

x-pack/test/alerting_api_integration/security_and_spaces/tests/alerting/event_log.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export default function eventLogTests({ getService }: FtrProviderContext) {
8787
license: 'basic',
8888
ruleset: 'alertsFixture',
8989
namespace: spaceId,
90-
name: response.body.name,
9190
},
9291
});
9392
});

x-pack/test/alerting_api_integration/spaces_only/tests/alerting/event_log.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ export default function eventLogTests({ getService }: FtrProviderContext) {
413413
license: 'basic',
414414
ruleset: 'alertsFixture',
415415
namespace: Spaces.space1.id,
416-
name: response.body.name,
417416
},
418417
});
419418
});

0 commit comments

Comments
 (0)