Skip to content

Commit

Permalink
fix one direct usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jun 14, 2023
1 parent 7a50468 commit b91a030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/spaces/enter_space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* 2.0.
*/

import { stripVersionQualifier } from '@kbn/std';
import { FtrProviderContext } from '../../ftr_provider_context';

export default function enterSpaceFunctionalTests({
Expand Down Expand Up @@ -32,7 +33,7 @@ export default function enterSpaceFunctionalTests({
{ space: 'another-space' }
);
const config = await kibanaServer.savedObjects.get({
id: await kibanaServer.version.get(),
id: stripVersionQualifier(await kibanaServer.version.get()),
type: 'config',
});
await kibanaServer.savedObjects.update({
Expand Down

0 comments on commit b91a030

Please sign in to comment.