summaryrefslogtreecommitdiff
path: root/tests/integration/api_client_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/api_client_test.py')
-rw-r--r--tests/integration/api_client_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/api_client_test.py b/tests/integration/api_client_test.py
index 9e348f3..d1622fa 100644
--- a/tests/integration/api_client_test.py
+++ b/tests/integration/api_client_test.py
@@ -72,6 +72,6 @@ class UnixconnTest(unittest.TestCase):
client.close()
del client
- assert len(w) == 0, "No warnings produced: {0}".format(
+ assert len(w) == 0, "No warnings produced: {}".format(
w[0].message
)