We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714a14e commit c2a207aCopy full SHA for c2a207a
x-pack/test/saved_object_api_integration/spaces_only/apis/bulk_update.ts
@@ -35,7 +35,6 @@ const createTestCases = (spaceId: string) => {
35
];
36
37
// an "object namespace" string can be specified for individual objects (to bulkUpdate across namespaces)
38
- // even if the Spaces plugin is disabled, this should work, as `namespace` is handled by the Core API
39
const withObjectNamespaces = [
40
{ ...CASES.SINGLE_NAMESPACE_DEFAULT_SPACE, namespace: DEFAULT_SPACE_ID },
41
{ ...CASES.SINGLE_NAMESPACE_SPACE_1, namespace: SPACE_1_ID },
0 commit comments