File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
aas_test_engines/test_cases/v3_0/interfaces Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,9 @@ class Message:
111
111
timestamp : Optional [str ]
112
112
113
113
114
- # TODO: should be Optional[List[Message]]
115
114
@dataclass
116
115
class ErrorResult :
117
- messages : Optional [List [any ]] = field (metadata = {"force_name" : "Messages " })
116
+ messages : Optional [List [Message ]] = field (metadata = {"force_name" : "messages " })
118
117
119
118
120
119
r_error_result , _ = reflect (ErrorResult )
Original file line number Diff line number Diff line change @@ -79,27 +79,27 @@ class Params:
79
79
Params (
80
80
"/api/v3.0" ,
81
81
"https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002" ,
82
- 3 ,
83
- 1 ,
82
+ 4 ,
83
+ 35 ,
84
84
),
85
85
Params (
86
86
"/api/v3.0" ,
87
87
"https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-002" ,
88
- 6 ,
89
- 1 ,
88
+ 7 ,
89
+ 33 ,
90
90
),
91
91
Params (
92
92
"/api/v3.0/shells/aHR0cDovL2N1c3RvbWVyLmNvbS9hYXMvOTE3NV83MDEzXzcwOTFfOTE2OA==/submodels/aHR0cDovL2k0MC5jdXN0b21lci5jb20vdHlwZS8xLzEvRjEzRTg1NzZGNjQ4ODM0Mg==" ,
93
93
"https://admin-shell.io/aas/API/3/0/SubmodelServiceSpecification/SSP-002" ,
94
- 1 ,
95
- 0 ,
94
+ 2 ,
95
+ 15 ,
96
96
"/submodel" ,
97
97
),
98
98
Params (
99
99
"/api/v3.0/shells/aHR0cDovL2N1c3RvbWVyLmNvbS9hYXMvOTE3NV83MDEzXzcwOTFfOTE2OA==/" ,
100
100
"https://admin-shell.io/aas/API/3/0/AssetAdministrationShellServiceSpecification/SSP-002" ,
101
- 1 ,
102
- 0 ,
101
+ 2 ,
102
+ 26 ,
103
103
"/aas" ,
104
104
),
105
105
]
You can’t perform that action at this time.
0 commit comments