Skip to content

Commit 1e3621a

Browse files
committed
tests: fix format string error
1 parent 2ee0e07 commit 1e3621a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/router_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ def test_siblings_cant_talk(router):
357357
msg = mitogen.core.Router.unidirectional_msg % (
358358
l2.context_id,
359359
l1.context_id,
360+
mitogen.context_id,
360361
)
361362
assert msg in str(e)
362363
assert 'routing mode prevents forward of ' in logs.stop()

0 commit comments

Comments
 (0)