Skip to content

Commit 3c033fe

Browse files
committed
change wsBaseUrl to ccsBaseUrl in spec files
1 parent 7d42eef commit 3c033fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/atlas-service/src/atlas-service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { createNoopLogger } from '@mongodb-js/compass-logging/provider';
77
import { CompassAtlasAuthService } from './compass-atlas-auth-service';
88

99
const ATLAS_CONFIG = {
10-
wsBaseUrl: 'ws://example.com',
10+
ccsBaseUrl: 'ws://example.com',
1111
cloudBaseUrl: 'ws://example.com/cloud',
1212
atlasApiBaseUrl: 'http://example.com/api',
1313
atlasLogin: {

packages/atlas-service/src/main.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('CompassAuthServiceMain', function () {
4848
};
4949

5050
const defaultConfig = {
51-
wsBaseUrl: 'ws://example.com',
51+
ccsBaseUrl: 'ws://example.com',
5252
cloudBaseUrl: 'ws://example.com/cloud',
5353
atlasApiBaseUrl: 'http://example.com/api',
5454
atlasLogin: {

0 commit comments

Comments
 (0)