File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
src/ros2_medkit_gateway/test Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -230,13 +230,13 @@ Response structure (showing one topic):
230230 },
231231 "type_info" : {
232232 "default_value" : {
233- "header" : {... },
233+ "header" : {},
234234 "temperature" : 0 ,
235235 "variance" : 0
236236 },
237237 "schema" : {
238238 "properties" : {
239- "header" : {... },
239+ "header" : {},
240240 "temperature" : {"type" : " number" },
241241 "variance" : {"type" : " number" }
242242 },
Original file line number Diff line number Diff line change @@ -2104,9 +2104,7 @@ def test_52_root_endpoint_includes_configurations(self):
21042104 # ========== Operation Schema Tests (test_53-54) ==========
21052105
21062106 def test_53_service_operation_has_type_info_schema (self ):
2107- """
2108- Test that service operations include type_info with request/response schemas.
2109- """
2107+ """Test that service operations include type_info with request/response schemas."""
21102108 # Get operations directly from the operations endpoint
21112109 ops_data = self ._get_json ('/apps/calibration/operations' )
21122110 self .assertIn ('items' , ops_data , 'Operations endpoint should return items' )
@@ -2145,9 +2143,7 @@ def test_53_service_operation_has_type_info_schema(self):
21452143 print (f'✓ Service operation type_info test passed: { type_info } ' )
21462144
21472145 def test_54_action_operation_has_type_info_schema (self ):
2148- """
2149- Test that action operations include type_info with goal/result/feedback schemas.
2150- """
2146+ """Test that action operations include type_info with goal/result/feedback schemas."""
21512147 # Get operations directly from the operations endpoint
21522148 ops_data = self ._get_json ('/apps/long_calibration/operations' )
21532149 self .assertIn ('items' , ops_data , 'Operations endpoint should return items' )
You can’t perform that action at this time.
0 commit comments