Skip to content

Commit

Permalink
[fix][broker] Correct MockAlwaysExpiredAuthenticationState test impl
Browse files Browse the repository at this point in the history
In c0f38a0, we cherry picked a commit that relied on
a feature not yet implemented in this branch. This commit fixes what that commit
broke.

(cherry picked from commit 547dee2)
  • Loading branch information
michaeljmarshall committed Feb 17, 2023
1 parent 1935f07 commit 09f00ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public AuthenticationDataSource getAuthDataSource() {

@Override
public boolean isComplete() {
return true;
return authRole != null;
}

@Override
Expand Down

0 comments on commit 09f00ee

Please sign in to comment.