Change param order
This commit is contained in:
parent
58625f27f6
commit
29637221ca
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ class TestSubscription(unittest.TestCase):
|
|||
base_path = '/tmp'
|
||||
test_node = 'test_subscription'
|
||||
|
||||
exit_code, full_path = run_and_trace(session_name_prefix, base_path, subscription_creation_events, None, PKG, test_node)
|
||||
exit_code, full_path = run_and_trace(base_path, session_name_prefix, subscription_creation_events, None, PKG, test_node)
|
||||
self.assertEqual(exit_code, 0)
|
||||
|
||||
trace_events = get_trace_event_names(full_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue