Skip to content

Commit 6f16c46

Browse files
committed
Fixup variable interpolation in test fixture error
1 parent 66ad130 commit 6f16c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def _failure(error):
546546
break
547547
self._client.poll(timeout_ms=100)
548548
else:
549-
raise RuntimeError('Could not connect to broker with node id %d' % (node_id,))
549+
raise RuntimeError('Could not connect to broker with node id %s' % (node_id,))
550550

551551
try:
552552
future = self._client.send(node_id, request)

0 commit comments

Comments
 (0)