Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 23a2f1f

Browse files
committed
Release prep
1 parent 9cce175 commit 23a2f1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
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>

queue/src/test/java/com/microsoft/azure/storage/ServiceAPITest.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)