chore(deps): update dependency werkzeug to v3 - autoclosed #559
Test results β
β Β intTest/TEST-de.codecentric.hc.gateway.monitoring.MonitoringIntTest.xml
2 tests were completed in 6s with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.monitoring.MonitoringIntTest | 2β | 6s |
β Β de.codecentric.hc.gateway.monitoring.MonitoringIntTest
β
getActuatorHealthShouldReturnOk()
β
getActuatorShouldReturnOk()
β Β intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml
3 tests were completed in 1s with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.routing.HabitsIntTest | 3β | 1s |
β Β de.codecentric.hc.gateway.routing.HabitsIntTest
β
postHabitsShouldReturnCreated()
β
getHabitsShouldReturnHabits()
β
deleteHabitsShouldReturnOk()
β Β intTest/TEST-de.codecentric.hc.gateway.routing.ReportIntTest.xml
1 tests were completed in 307ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.routing.ReportIntTest | 1β | 307ms |
β Β de.codecentric.hc.gateway.routing.ReportIntTest
β
getAchievementReportShouldReturnAchievementReport()
β Β intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml
2 tests were completed in 140ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.routing.TrackIntTest | 2β | 140ms |
β Β de.codecentric.hc.gateway.routing.TrackIntTest
β
getTrackRecordsShouldReturnTrackRecordsForHabits()
β
putTrackRecordsShouldUpsertTrackRecordsForHabits()
β Β intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml
4 tests were completed in 218ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.routing.UiIntTest | 4β | 218ms |
β Β de.codecentric.hc.gateway.routing.UiIntTest
β
getUiShouldReturnTheHabitUi()
β
getIndexShouldRedirectToTheHabitUi()
β
getUiWithAnyRouteShouldReturnTheHabitUi()
β
getUiWithOverviewRouteShouldReturnTheHabitUiOverview()
β Β intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigIntTest.xml
3 tests were completed in 296ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.security.SecurityConfigIntTest | 3β | 296ms |
β Β de.codecentric.hc.gateway.security.SecurityConfigIntTest
β
actuatorRequestsWithInvalidUserRoleShouldBeForbidden()
β
requestsWithInvalidUserRoleShouldBeForbidden()
β
requestsWithoutAuthShouldBeOk()
β Β intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest.xml
2 tests were completed in 180ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest | 2β | 180ms |
β Β de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest
β
requestsWithoutAuthShouldRedirectToOauthLogin()
β
requestsWithAuthenticatedOauth2UserShouldBeOk()
β Β test/TEST-de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest.xml
5 tests were completed in 2s with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest | 5β | 2s |
β Β de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest
β
mutateExchange should set the userId as header
β
userIdShouldBeNullWithoutSecurityContext()
β
shouldCreateFilterInstance()
β
[1] userId=null
β
[2] userId=
β Β test/TEST-de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest.xml
6 tests were completed in 115ms with 6 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest | 6β | 115ms |
β Β de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest
β
/track/users/default/habits when userId is default
β
/track/users/%3F=&%23+/habits when userId is ?=&#+
β
[1] userId=null
β
[2] userId=
β
userIdShouldBeNullWithoutSecurityContext()
β
shouldCreateFilterInstance()
β Β test/TEST-de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest.xml
1 tests were completed in 3ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest | 1β | 3ms |
β Β de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest
β
shouldHaveExpectedMessage()
β Β test/TEST-de.codecentric.hc.gateway.security.ApplicationUserTest.xml
1 tests were completed in 16ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.security.ApplicationUserTest | 1β | 16ms |
β Β de.codecentric.hc.gateway.security.ApplicationUserTest
β
shouldHave100UsersForLoadAndPerformanceTesting()
β Β test/TEST-de.codecentric.hc.gateway.security.SecurityConfigTest.xml
3 tests were completed in 13s with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.security.SecurityConfigTest | 3β | 13s |
β Β de.codecentric.hc.gateway.security.SecurityConfigTest
β
passwordEncoderShouldReturnPasswordEncoder()
β
springSecurityFilterChainShouldNotThrowExceptionWithHttpBasic()
β
userDetailsServiceShouldHaveExpectedUsers()