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

Springboot 3.3.3 migration #41

Merged
merged 2 commits into from
Sep 18, 2024
Merged

Springboot 3.3.3 migration #41

merged 2 commits into from
Sep 18, 2024

Conversation

YenguiSeddik
Copy link
Contributor

@YenguiSeddik YenguiSeddik commented Aug 30, 2024

Problem: when testing deleteUser controller (which expect not empty list of users) with an empty list of subs and Not admin user in the header at the same time we get 400 bad request(instead of 403 Forbidden in the previous behavior).

Solution: Seperate the two test: one with empty list of subs to delete, and one with Not admin user in the header

Signed-off-by: Seddik Yengui <seddik.yengui@rte-france.com>
Signed-off-by: Seddik Yengui <seddik.yengui@rte-france.com>
@YenguiSeddik YenguiSeddik changed the title Springboot 3.3.2 migration Springboot 3.3.3 migration Sep 18, 2024
Copy link

@YenguiSeddik YenguiSeddik merged commit 359db90 into main Sep 18, 2024
3 checks passed
@YenguiSeddik YenguiSeddik deleted the springboot_3.3.2_migration branch September 18, 2024 15:33
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.

3 participants