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`
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 ( / ^ 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 .+ / ) ;
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' ) ;
You can’t perform that action at this time.
0 commit comments