File tree Expand file tree Collapse file tree
aas_test_engines/test_cases/v3_0/interfaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,10 +111,9 @@ class Message:
111111 timestamp : Optional [str ]
112112
113113
114- # TODO: should be Optional[List[Message]]
115114@dataclass
116115class ErrorResult :
117- messages : Optional [List [any ]] = field (metadata = {"force_name" : "Messages " })
116+ messages : Optional [List [Message ]] = field (metadata = {"force_name" : "messages " })
118117
119118
120119r_error_result , _ = reflect (ErrorResult )
Original file line number Diff line number Diff line change @@ -79,27 +79,27 @@ class Params:
7979 Params (
8080 "/api/v3.0" ,
8181 "https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002" ,
82- 3 ,
83- 1 ,
82+ 4 ,
83+ 35 ,
8484 ),
8585 Params (
8686 "/api/v3.0" ,
8787 "https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-002" ,
88- 6 ,
89- 1 ,
88+ 7 ,
89+ 33 ,
9090 ),
9191 Params (
9292 "/api/v3.0/shells/aHR0cDovL2N1c3RvbWVyLmNvbS9hYXMvOTE3NV83MDEzXzcwOTFfOTE2OA==/submodels/aHR0cDovL2k0MC5jdXN0b21lci5jb20vdHlwZS8xLzEvRjEzRTg1NzZGNjQ4ODM0Mg==" ,
9393 "https://admin-shell.io/aas/API/3/0/SubmodelServiceSpecification/SSP-002" ,
94- 1 ,
95- 0 ,
94+ 2 ,
95+ 15 ,
9696 "/submodel" ,
9797 ),
9898 Params (
9999 "/api/v3.0/shells/aHR0cDovL2N1c3RvbWVyLmNvbS9hYXMvOTE3NV83MDEzXzcwOTFfOTE2OA==/" ,
100100 "https://admin-shell.io/aas/API/3/0/AssetAdministrationShellServiceSpecification/SSP-002" ,
101- 1 ,
102- 0 ,
101+ 2 ,
102+ 26 ,
103103 "/aas" ,
104104 ),
105105]
You can’t perform that action at this time.
0 commit comments