This repository was archived by the owner on Jul 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
queue/src/test/java/com/microsoft/azure/storage Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6969 <dependency >
7070 <groupId >com.microsoft.rest.v2</groupId >
7171 <artifactId >client-runtime</artifactId >
72- <version >2.0.0 </version >
72+ <version >2.0.2 </version >
7373 </dependency >
7474 <dependency >
7575 <groupId >junit</groupId >
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ class ServiceAPITest extends APISpec {
248248 def " Get stats" () {
249249 setup :
250250 QueueURLParts parts = URLParser . parse(primaryServiceURL. toURL())
251- parts. withHost(" azcopynextgendev1 -secondary.queue.core.windows.net" );
251+ parts. withHost(primaryCreds . accountName + " -secondary.queue.core.windows.net" )
252252
253253 when :
254254 ServiceURL secondary = new ServiceURL (parts. toURL(),
@@ -265,7 +265,7 @@ class ServiceAPITest extends APISpec {
265265 def " Get stats min" () {
266266 setup :
267267 QueueURLParts parts = URLParser . parse(primaryServiceURL. toURL())
268- parts. withHost(" azcopynextgendev1 -secondary.queue.core.windows.net" );
268+ parts. withHost(primaryCreds . accountName + " -secondary.queue.core.windows.net" )
269269 ServiceURL secondary = new ServiceURL (parts. toURL(),
270270 StorageURL . createPipeline(primaryCreds, new PipelineOptions ()))
271271 expect :
You can’t perform that action at this time.
0 commit comments