Skip to content

Commit e82bb05

Browse files
committed
Drop some unnecessary additional_env
Signed-off-by: Scott K Logan <[email protected]>
1 parent 5bb7bab commit e82bb05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ros2service/test/test_echo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,9 @@ def generate_test_description(rmw_implementation):
113113
executable=sys.executable,
114114
arguments=[path_to_introspectable_script],
115115
name='introspectable_service',
116-
additional_env=additional_env,
117116
),
118117
launch_testing.actions.ReadyToTest()
119118
],
120-
additional_env=additional_env
121119
)
122120
]
123121
),

0 commit comments

Comments
 (0)