We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c868bd4 commit 95bce8bCopy full SHA for 95bce8b
integration-test/src/test/java/org/cloudfoundry/client/v3/OrganizationsTest.java
@@ -179,7 +179,8 @@ public void getDefaultDomain() {
179
.build()))
180
.map(GetOrganizationDefaultDomainResponse::getName)
181
.as(StepVerifier::create)
182
- .consumeNextWith(name -> assertThat(name).contains("apps.", ".cf-app.com"))
+ .consumeNextWith(
183
+ name -> assertThat(name).contains("apps.", ".shepherd.tanzu.broadcom.net"))
184
.expectComplete()
185
.verify(Duration.ofMinutes(5));
186
}
0 commit comments