Skip to content

Commit d4204f1

Browse files
committed
Fix TypeScript
1 parent b5110c3 commit d4204f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/test/functional/apps/discover/feature_controls/discover_spaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
137137
});
138138
});
139139

140-
describe('space with index pattern management disabled', () => {
140+
describe('space with index pattern management disabled', function () {
141141
this.tags(['skipCloud']);
142142
before(async () => {
143143
await spacesService.create({

0 commit comments

Comments
 (0)