Skip to content

Commit 60e70c3

Browse files
damzogJochen Damzog
authored andcommitted
Adding user resource for v3
1 parent ee52ccd commit 60e70c3

File tree

1 file changed

+1
-1
lines changed
  • integration-test/src/test/java/org/cloudfoundry/client/v3

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public final class UsersTest extends AbstractIntegrationTest {
3636

3737
@Autowired
38-
private CloudFoundryClient cloudFoundryClient;
38+
private final CloudFoundryClient cloudFoundryClient;
3939

4040
private static Mono<CreateUserResponse> createUser(
4141
CloudFoundryClient cloudFoundryClient, String userId) {

0 commit comments

Comments
 (0)