Skip to content

Commit

Permalink
fix one more failure in get
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Apr 25, 2023
1 parent cbd4561 commit 0669c42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/test/spaces_api_integration/common/suites/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,18 @@ export function getTestSuiteFactory(esArchiver: any, supertest: SuperAgent<any>)
description: 'This is the default space',
_reserved: true,
disabledFeatures: [],
managed: false,
},
{
id: 'space_1',
name: 'Space 1',
description: 'This is the first test space',
disabledFeatures: [],
managed: false,
},
{
id: 'space_2',
name: 'Space 2',
description: 'This is the second test space',
disabledFeatures: [],
managed: false,
},
];
expect(resp.body).to.eql(allSpaces.find((space) => space.id === spaceId));
Expand Down

0 comments on commit 0669c42

Please sign in to comment.