Skip to content

Commit 6c80d6d

Browse files
Add globally enabled
1 parent cbf32dd commit 6c80d6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-test/src/test/java/org/cloudfoundry/client/v3/SecurityGroupsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public void update() {
9797
this.securityGroup
9898
.flatMap(securityGroup -> this.cloudFoundryClient.securityGroupsV3()
9999
.update(UpdateSecurityGroupRequest.builder()
100+
.globallyEnabled(GloballyEnabled.builder().build())
100101
.securityGroupId(securityGroup
101102
.getId())
102103
.name(newSecurityGroupName)

0 commit comments

Comments
 (0)