Skip to content

fix(deps): update dependency oidc-client-ts to v3

Sign in for the full log view
GitHub Actions / Test results succeeded Oct 4, 2024 in 0s

53 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
intTest/TEST-de.codecentric.hc.habit.api.doc.ApiDocIntTest.xml 2βœ… 3s
intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerIntTest.xml 11βœ… 2s
intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerJwtIntTest.xml 10βœ… 750ms
intTest/TEST-de.codecentric.hc.habit.habits.HabitModuleIntegrationTest.xml 2βœ… 417ms
intTest/TEST-de.codecentric.hc.habit.monitoring.MonitoringIntTest.xml 1βœ… 109ms
intTest/TEST-de.codecentric.hc.habit.provider.verification.UiPactVerificationTest.xml 3βœ… 882ms
test/TEST-de.codecentric.hc.habit.auth.AuthTest.xml 4βœ… 565ms
test/TEST-de.codecentric.hc.habit.auth.InsecureJwtDecoderTest.xml 4βœ… 24ms
test/TEST-de.codecentric.hc.habit.auth.UserIdArgumentResolverTest.xml 5βœ… 663ms
test/TEST-de.codecentric.hc.habit.habits.HabitControllerTest.xml 10βœ… 214ms
test/TEST-de.codecentric.hc.habit.habits.HabitTest.xml 1βœ… 18ms

βœ…Β intTest/TEST-de.codecentric.hc.habit.api.doc.ApiDocIntTest.xml

2 tests were completed in 3s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.api.doc.ApiDocIntTest 2βœ… 3s

βœ…Β de.codecentric.hc.habit.api.doc.ApiDocIntTest

βœ… shouldReturnOpenApiSpecAsJson()
βœ… shouldDisplaySwaggerUi()

βœ…Β intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerIntTest.xml

11 tests were completed in 2s with 11 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerIntTest 11βœ… 2s

βœ…Β de.codecentric.hc.habit.habits.HabitControllerIntTest

βœ… createHabitWithBlankName()
βœ… deleteHabit()
βœ… createHabit()
βœ… createHabitWithDuplicateName()
βœ… deleteHabitWithoutAuthShouldFail()
βœ… getHabits()
βœ… createHabitWith65CharacterName()
βœ… getHabitsOrderedByNameAscending()
βœ… createHabitWithoutSchedule()
βœ… createHabitWith64CharacterName()
βœ… deleteHabitNotFound()

βœ…Β intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerJwtIntTest.xml

10 tests were completed in 750ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerJwtIntTest 10βœ… 750ms

βœ…Β de.codecentric.hc.habit.habits.HabitControllerJwtIntTest

βœ… createHabitWithBlankName()
βœ… deleteHabit()
βœ… createHabit()
βœ… createHabitWithDuplicateName()
βœ… getHabits()
βœ… createHabitWith65CharacterName()
βœ… getHabitsOrderedByNameAscending()
βœ… createHabitWithoutSchedule()
βœ… createHabitWith64CharacterName()
βœ… deleteHabitNotFound()

βœ…Β intTest/TEST-de.codecentric.hc.habit.habits.HabitModuleIntegrationTest.xml

2 tests were completed in 417ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitModuleIntegrationTest 2βœ… 417ms

βœ…Β de.codecentric.hc.habit.habits.HabitModuleIntegrationTest

βœ… shouldPublishHabitCreatedEventWhenHabitIsCreated(Scenario)
βœ… shouldPublishHabitDeletedEventWhenHabitIsDeleted(Scenario)

βœ…Β intTest/TEST-de.codecentric.hc.habit.monitoring.MonitoringIntTest.xml

1 tests were completed in 109ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.monitoring.MonitoringIntTest 1βœ… 109ms

βœ…Β de.codecentric.hc.habit.monitoring.MonitoringIntTest

βœ… healthCheck()

βœ…Β intTest/TEST-de.codecentric.hc.habit.provider.verification.UiPactVerificationTest.xml

3 tests were completed in 882ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.provider.verification.UiPactVerificationTest 3βœ… 882ms

βœ…Β de.codecentric.hc.habit.provider.verification.UiPactVerificationTest

βœ… hc-ui - request to return the habits of a user
βœ… hc-ui - request to create a new habit
βœ… hc-ui - request to delete the habit with id '123'

βœ…Β test/TEST-de.codecentric.hc.habit.auth.AuthTest.xml

4 tests were completed in 565ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.AuthTest 4βœ… 565ms

βœ…Β de.codecentric.hc.habit.auth.AuthTest

βœ… getHabitsWithoutAuthShouldThrowConstraintViolationException()
βœ… getHabitsWithUserIdHeaderAndJwtShouldUseJwtAndReturnOk()
βœ… getHabitsWithUserIdHeaderShouldReturnOk()
βœ… getHabitsWithJwtShouldReturnOk()

βœ…Β test/TEST-de.codecentric.hc.habit.auth.InsecureJwtDecoderTest.xml

4 tests were completed in 24ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.InsecureJwtDecoderTest 4βœ… 24ms

βœ…Β de.codecentric.hc.habit.auth.InsecureJwtDecoderTest

βœ… decode_whenInvalidSignatureToken_thenSuccess()
βœ… decode_whenMalformedPayloadToken_thenJwtException()
βœ… decode_whenValidToken_thenSuccess()
βœ… decode_whenMalformedHeaderToken_thenJwtException()

βœ…Β test/TEST-de.codecentric.hc.habit.auth.UserIdArgumentResolverTest.xml

5 tests were completed in 663ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.UserIdArgumentResolverTest 5βœ… 663ms

βœ…Β de.codecentric.hc.habit.auth.UserIdArgumentResolverTest

βœ… shouldNotSupportParametersWithoutUserIdAnnotation()
βœ… shouldReturnUserIdWhenAuthorizationIsMissing()
βœ… shouldSupportParametersWithUserIdAnnotation()
βœ… shouldExtractUserIdFromJwtToken()
βœ… shouldThrowAnExceptionWhenTheAuthorizationHeaderIsBasicAuth()

βœ…Β test/TEST-de.codecentric.hc.habit.habits.HabitControllerTest.xml

10 tests were completed in 214ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerTest 10βœ… 214ms

βœ…Β de.codecentric.hc.habit.habits.HabitControllerTest

βœ… deleteHabitShouldDeleteHabit()
βœ… createHabitShouldCreateHabit()
βœ… getHabitShouldThrowAnExceptionWhenHabitNotFound()
βœ… deleteHabitShouldThrowExceptionWhenHabitNotFound()
βœ… getHabitShouldReturnHabits()
βœ… createHabitShouldHandleDataAccessException()
βœ… getHabitShouldReturnHabitById()
βœ… createHabitShouldHandleDataIntegrityViolationException()
βœ… createHabitShouldHandleUniqueHabitNameConstraintViolationException()
βœ… createHabitShouldHandleConstraintViolationException()

βœ…Β test/TEST-de.codecentric.hc.habit.habits.HabitTest.xml

1 tests were completed in 18ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitTest 1βœ… 18ms

βœ…Β de.codecentric.hc.habit.habits.HabitTest

βœ… canBeCreatedFromModificationRequests()