summaryrefslogtreecommitdiff
path: root/osprofiler/tests/unit/drivers/test_loginsight.py
diff options
context:
space:
mode:
Diffstat (limited to 'osprofiler/tests/unit/drivers/test_loginsight.py')
-rw-r--r--osprofiler/tests/unit/drivers/test_loginsight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osprofiler/tests/unit/drivers/test_loginsight.py b/osprofiler/tests/unit/drivers/test_loginsight.py
index b05ea98..936b7e4 100644
--- a/osprofiler/tests/unit/drivers/test_loginsight.py
+++ b/osprofiler/tests/unit/drivers/test_loginsight.py
@@ -293,4 +293,4 @@ class LogInsightClientTestCase(test.TestCase):
exp_send_request_call = mock.call(
"get", "https", "api/v1/events/foo/CONTAINS+bar/timestamp/GT+0",
headers=exp_header, params=exp_params)
- send_request.assert_has_calls([exp_send_request_call]*2)
+ send_request.assert_has_calls([exp_send_request_call] * 2)