Skip to content

Commit c2a207a

Browse files
committed
Remove unnecessary comment
1 parent 714a14e commit c2a207a

File tree

1 file changed

+0
-1
lines changed
  • x-pack/test/saved_object_api_integration/spaces_only/apis

1 file changed

+0
-1
lines changed

x-pack/test/saved_object_api_integration/spaces_only/apis/bulk_update.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const createTestCases = (spaceId: string) => {
3535
];
3636

3737
// 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
3938
const withObjectNamespaces = [
4039
{ ...CASES.SINGLE_NAMESPACE_DEFAULT_SPACE, namespace: DEFAULT_SPACE_ID },
4140
{ ...CASES.SINGLE_NAMESPACE_SPACE_1, namespace: SPACE_1_ID },

0 commit comments

Comments
 (0)