Skip to content

Commit 5538911

Browse files
committed
Fixed test
1 parent d473c45 commit 5538911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/storage/test/unit/service.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ GOOG4-RSA-SHA256`
252252
function newSend(connection: TestingConnection, url: string): void {
253253
// Expect emulator host to be in url of storage operations requests,
254254
// in this case getDownloadURL.
255-
expect(url).to.match(/^https:\/\/test\.host\.org:1234.+/);
255+
expect(url).to.match(/^https:\/\/test\.cloudworkstations\.dev:1234.+/);
256256
connection.abort();
257257
injectTestConnection(null);
258258
done();
@@ -264,7 +264,7 @@ GOOG4-RSA-SHA256`
264264
testShared.fakeAuthProvider,
265265
testShared.fakeAppCheckTokenProvider
266266
);
267-
const workstationHost = 'test.cloudworkations.dev';
267+
const workstationHost = 'test.cloudworkstations.dev';
268268
connectStorageEmulator(service, workstationHost, 1234);
269269
expect(service.host).to.equal(`${workstationHost}:1234`);
270270
expect(service._protocol).to.equal('https');

0 commit comments

Comments
 (0)