File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/test/java/com/iexec/sms/authorization Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ All notable changes to this project will be documented in this file.
3131- Upgrade to ` eclipse-temurin:17.0.13_11-jre-focal ` . (#285 )
3232- Upgrade to Spring Doc OpenAPI 2.6.0. (#285 )
3333- Upgrade to Spring Boot 3.3.8. (#292 )
34+ - Upgrade to ` iexec-common ` 9.0.0. (#301 )
35+ - Upgrade to ` iexec-commons-poco ` 5.0.0. (#301 )
3436
3537## [[ 8.7.0]] ( https://github.com/iExecBlockchainComputing/iexec-sms/releases/tag/v8.7.0 ) 2024-12-23
3638
Original file line number Diff line number Diff line change 11version =8.7.0
2- iexecCommonVersion =8.6.0-NEXT-SNAPSHOT
3- iexecCommonsPocoVersion =4.2.0-NEXT-SNAPSHOT
2+ iexecCommonVersion =9.0.0
3+ iexecCommonsPocoVersion =5.0.0
44
55nexusUser
66nexusPassword
Original file line number Diff line number Diff line change @@ -79,7 +79,8 @@ void shouldNotBeAuthorizedOnExecutionOfTeeTaskWithNullAuthorizationWithDetails()
7979
8080 @ Test
8181 void shouldNotBeAuthorizedOnExecutionOfTeeTaskWithEmptyAuthorizationWithDetails () {
82- final Optional <AuthorizationError > isAuth = authorizationService .isAuthorizedOnExecutionWithDetailedIssue (WorkerpoolAuthorization .builder ().build ());
82+ final Optional <AuthorizationError > isAuth = authorizationService .isAuthorizedOnExecutionWithDetailedIssue (WorkerpoolAuthorization .builder ()
83+ .chainTaskId (null ).build ());
8384 assertThat (isAuth ).isNotEmpty ()
8485 .contains (EMPTY_PARAMS_UNAUTHORIZED );
8586 }
You can’t perform that action at this time.
0 commit comments