File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
rosbridge_library/test/capabilities Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def test_result_invalid_arguments(self):
83
83
self .assertRaises (InvalidArgumentException , self .result .action_result , result_msg )
84
84
85
85
def test_advertise_action (self ):
86
- action_path = "/fibonacci_1 "
86
+ action_path = "/fibonacci_action_1 "
87
87
advertise_msg = loads (
88
88
dumps (
89
89
{
@@ -97,7 +97,7 @@ def test_advertise_action(self):
97
97
98
98
def test_execute_advertised_action (self ):
99
99
# Advertise the action
100
- action_path = "/fibonacci_2 "
100
+ action_path = "/fibonacci_action_2 "
101
101
advertise_msg = loads (
102
102
dumps (
103
103
{
@@ -200,7 +200,7 @@ def test_execute_advertised_action(self):
200
200
201
201
def test_cancel_advertised_action (self ):
202
202
# Advertise the action
203
- action_path = "/fibonacci_3 "
203
+ action_path = "/fibonacci_action_3 "
204
204
advertise_msg = loads (
205
205
dumps (
206
206
{
@@ -267,7 +267,7 @@ def test_cancel_advertised_action(self):
267
267
@unittest .skip ("Currently raises an exception not catchable by unittest, need to fix this" )
268
268
def test_unadvertise_action (self ):
269
269
# Advertise the action
270
- action_path = "/fibonacci_4 "
270
+ action_path = "/fibonacci_action_4 "
271
271
advertise_msg = loads (
272
272
dumps (
273
273
{
You can’t perform that action at this time.
0 commit comments