diff --git a/tests/ga/test_send_telemetry_events.py b/tests/ga/test_send_telemetry_events.py
index dfee29ff1..a9c87dde9 100644
--- a/tests/ga/test_send_telemetry_events.py
+++ b/tests/ga/test_send_telemetry_events.py
@@ -368,13 +368,13 @@ def test_it_should_enqueue_and_send_events_properly(self, mock_lib_dir, *_):
'' \
'' \
'' \
- '' \
'' \
'' \
- '' \
+ '' \
'' \
- '' \
- '' \
+ '' \
+ '' \
+ '' \
'' \
'' \
'' \
@@ -384,8 +384,8 @@ def test_it_should_enqueue_and_send_events_properly(self, mock_lib_dir, *_):
'' \
'' \
']]>'.format(AGENT_VERSION, TestSendTelemetryEventsHandler._TEST_EVENT_OPERATION, CURRENT_AGENT, test_opcodename, test_eventtid,
- test_eventpid, test_taskname, json.dumps({"CpuArchitecture": platform.machine()}), osversion, int(osutil.get_total_mem()),
- osutil.get_processor_cores()).encode('utf-8')
+ test_eventpid, test_taskname, osversion, int(osutil.get_total_mem()),
+ osutil.get_processor_cores(), json.dumps({"CpuArchitecture": platform.machine()})).encode('utf-8')
self.assertIn(sample_message, collected_event)