Skip to content

Commit

Permalink
Removing unused line.
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey committed Jan 7, 2020
1 parent 4781c4c commit e247148
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ void getAuthorizationResults() {
final ActiveClientTokenManager tokenManager = new ActiveClientTokenManager(cbsNodeMono, AUDIENCE, SCOPES);

// Act & Assert
// tokenManager.authorize().subscribe();
StepVerifier.create(tokenManager.getAuthorizationResults())
.then(() -> tokenManager.authorize().block(TIMEOUT))
.expectNext(AmqpResponseCode.ACCEPTED)
Expand Down

0 comments on commit e247148

Please sign in to comment.