Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Oct 3, 2022
1 parent 788f2f6 commit 00129e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/services/ml/test_resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function MachineLearningTestResourcesProvider(
objectType: SavedObjectType,
space?: string
): Promise<boolean> {
const id = await this.getSavedObjectIdByTitle(title, objectType);
const id = await this.getSavedObjectIdByTitle(title, objectType, space);
if (id) {
return await this.savedObjectExistsById(id, objectType, space);
} else {
Expand Down

0 comments on commit 00129e1

Please sign in to comment.