Skip to content

Commit e190a5b

Browse files
committed
COMPASS-9674: easy fix
1 parent 9ade683 commit e190a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/instance-databases-tab.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
createNumbersCollection,
1616
} from '../helpers/insert-data';
1717

18-
const INITIAL_DATABASE_NAMES = ['admin', 'config', 'local', 'test'];
18+
const INITIAL_DATABASE_NAMES = ['admin', 'local', 'test'];
1919

2020
describe('Instance databases tab', function () {
2121
let compass: Compass;

0 commit comments

Comments
 (0)