File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/storage/test/unit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ GOOG4-RSA-SHA256`
252
252
function newSend ( connection : TestingConnection , url : string ) : void {
253
253
// Expect emulator host to be in url of storage operations requests,
254
254
// in this case getDownloadURL.
255
- expect ( url ) . to . match ( / ^ h t t p s : \/ \/ t e s t \. h o s t \. o r g : 1 2 3 4 .+ / ) ;
255
+ expect ( url ) . to . match ( / ^ h t t p s : \/ \/ t e s t \. c l o u d w o r k s t a t i o n s \. d e v : 1 2 3 4 .+ / ) ;
256
256
connection . abort ( ) ;
257
257
injectTestConnection ( null ) ;
258
258
done ( ) ;
@@ -264,7 +264,7 @@ GOOG4-RSA-SHA256`
264
264
testShared . fakeAuthProvider ,
265
265
testShared . fakeAppCheckTokenProvider
266
266
) ;
267
- const workstationHost = 'test.cloudworkations .dev' ;
267
+ const workstationHost = 'test.cloudworkstations .dev' ;
268
268
connectStorageEmulator ( service , workstationHost , 1234 ) ;
269
269
expect ( service . host ) . to . equal ( `${ workstationHost } :1234` ) ;
270
270
expect ( service . _protocol ) . to . equal ( 'https' ) ;
You can’t perform that action at this time.
0 commit comments