Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: JUnit Jupiter migration from JUnit 4.x #1669

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

aamotharald
Copy link

@aamotharald aamotharald marked this pull request as ready for review November 27, 2024 12:49
@@ -39,7 +40,7 @@
assertThat(jwt.getClaimAsString("zid"), equalTo(JwtGenerator.DEFAULT_IDENTITY_ZONE_ID));
assertThat(jwt.getExpiresAt(), not(equals(nullValue())));
assertThat(jwt.getAudience(), is(nullValue()));
assertThat(getExternalAttributeFromClaim(jwt, "zdn"), is(emptyString()));
assertThat(getExternalAttributeFromClaim(jwt, "zdn"), isEmptyString());

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
IsEmptyString.isEmptyString
should be avoided because it has been deprecated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant