Skip to content

Commit

Permalink
gh-4594 Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Nov 15, 2024
1 parent 14e85b2 commit eaa565c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public UserDesc(@JsonProperty("subjectId") final String subjectId,
}

public static UserDesc forSubjectId(final String subjectId) {
return new UserDesc(subjectId, subjectId, null);
return new UserDesc(subjectId, null, null);
}

public String getSubjectId() {
Expand Down

0 comments on commit eaa565c

Please sign in to comment.