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

EPMRPP-95844 get invitation by #2135

Open
wants to merge 2 commits into
base: feature/orgs
Choose a base branch
from

Conversation

grabsefx
Copy link
Contributor

No description provided.

@grabsefx grabsefx requested a review from pbortnik as a code owner December 26, 2024 08:49
@grabsefx grabsefx self-assigned this Dec 26, 2024
@@ -79,6 +80,17 @@ void createInvitationByAdmin() throws Exception {

assertEquals(InvitationStatus.PENDING, invitation.getStatus());

var storedInvitationString = mockMvc.perform(get(INVITATIONS_ENDPOINT + "/" + invitation.getId())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 101).

import java.util.UUID;
import java.util.function.Function;

public class InvitationConverter {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck> reported by reviewdog 🐶
Missing a Javadoc comment.

@grabsefx grabsefx requested a review from APiankouski December 26, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant