Skip to content

Commit

Permalink
Update ControlledResourceSamPolicyBuilderTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaun committed Oct 9, 2024
1 parent 7b2940a commit f6ae07d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ void addPolicies_userPrivateWithoutPrivateEmailFails() {
void addPolicies_userShared() {
var policyBuilder =
new ControlledResourceSamPolicyBuilder(
null,
null,
ControlledResourceCategory.USER_SHARED,
null,
GcpUtils.getWsmSaEmail());
null, null, ControlledResourceCategory.USER_SHARED, null, GcpUtils.getWsmSaEmail());
var request = new CreateResourceRequestV2();

policyBuilder.addPolicies(request);
Expand Down

0 comments on commit f6ae07d

Please sign in to comment.