Skip to content

Commit 66b706c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0de32e5 commit 66b706c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_curve.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ def test_curve_unauthenticated_socket_messages_dropped(curve_enabled_kernel_app)
127127
poller.register(app.shell_socket, zmq.POLLIN)
128128
events = dict(poller.poll(timeout=300))
129129
assert app.shell_socket not in events, (
130-
"Unauthenticated message reached the kernel socket - "
131-
"CurveZMQ should have dropped it"
130+
"Unauthenticated message reached the kernel socket - CurveZMQ should have dropped it"
132131
)
133132
finally:
134133
unauth.close(linger=0)

0 commit comments

Comments
 (0)