Skip to content

Commit ad3d56a

Browse files
committed
Build fix
1 parent c787d13 commit ad3d56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_send_event(mocked_distribution, mocked_requests):
5353
'ea': 'Start launch',
5454
'el': 'Agent name "{}", version "{}"'.format(
5555
agent_name, agent_version
56-
)
56+
)
5757
}
5858
send_event(agent_name, agent_version)
5959
mocked_requests.assert_called_with(

0 commit comments

Comments
 (0)