Fix Python indent

This commit is contained in:
Christophe Bedard 2019-06-17 10:20:15 +02:00
parent f5871e1141
commit 8704f0591d
8 changed files with 60 additions and 51 deletions

View file

@ -20,12 +20,13 @@ class TestService(unittest.TestCase):
session_name_prefix = 'session-test-service-creation'
test_nodes = ['test_service']
exit_code, full_path = run_and_trace(BASE_PATH,
session_name_prefix,
service_creation_events,
None,
PKG,
test_nodes)
exit_code, full_path = run_and_trace(
BASE_PATH,
session_name_prefix,
service_creation_events,
None,
PKG,
test_nodes)
self.assertEqual(exit_code, 0)
trace_events = get_trace_event_names(full_path)