Skip to content

Commit ecd0264

Browse files
committed
Adding duplicate names to test
1 parent c07d96e commit ecd0264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/test/api_integration/deployment_agnostic/apis/observability/streams

x-pack/test/api_integration/deployment_agnostic/apis/observability/streams/group_streams.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
4040
body: {
4141
stream: {
4242
group: {
43-
members: ['logs', 'logs.test2'],
43+
members: ['logs', 'logs.test2', 'logs'],
4444
},
4545
},
4646
dashboards: [],

0 commit comments

Comments
 (0)