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 cbf32dd commit 6c80d6dCopy full SHA for 6c80d6d
integration-test/src/test/java/org/cloudfoundry/client/v3/SecurityGroupsTest.java
@@ -97,6 +97,7 @@ public void update() {
97
this.securityGroup
98
.flatMap(securityGroup -> this.cloudFoundryClient.securityGroupsV3()
99
.update(UpdateSecurityGroupRequest.builder()
100
+ .globallyEnabled(GloballyEnabled.builder().build())
101
.securityGroupId(securityGroup
102
.getId())
103
.name(newSecurityGroupName)
0 commit comments