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

Internal/fix failing Clarin integration test #796

Merged
merged 14 commits into from
Oct 31, 2024

Conversation

milanmajchrak
Copy link
Collaborator

Phases MP MM MB MR JM Total
ETA 0 0 0 0 0 0
Developing 0 0 0 0 0 0
Review 0 0 0 0 0 0
Total - - - - - 0
ETA est. 0
ETA cust. - - - - - 0

Problem description

Reported issues

Not-reported issues

Analysis

(Write here, if there is needed describe some specific problem. Erase it, when it is not needed.)

Problems

(Write here, if some unexpected problems occur during solving issues. Erase it, when it is not needed.)

@@ -276,6 +276,9 @@ public void testShouldReturnDuplicateUserErrorLoginWithoutNetId() throws Excepti
.andExpect(redirectedUrl("http://localhost:4000/login/duplicate-user?email=" + email))
.andReturn().getResponse().getHeader("Authorization");

// Check if was created a user with such email and netid.
EPerson ePerson = checkUserWasCreated(netId, IDP_TEST_EPERSON, email, null);
deleteShibbolethUser(ePerson);
Copy link
Collaborator

Choose a reason for hiding this comment

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

whats about if ePerson is null?

@milanmajchrak milanmajchrak merged commit 659d14e into dtq-dev Oct 31, 2024
10 checks passed
@Paurikova2 Paurikova2 mentioned this pull request Oct 31, 2024
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.

2 participants