Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Co-authored-by: Darosior <darosior@protonmail.com>
  • Loading branch information
rustyrussell and darosior authored May 1, 2020
1 parent 38707c9 commit 21a25ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def test_plugin_slowinit(node_factory):
os.environ['SLOWINIT_TIME'] = '61'
n = node_factory.get_node()

with pytest.raises(RpcError, match='failed to respond to "init" in time, terminating.'):
with pytest.raises(RpcError, match='failed to respond to \'init\' in time, terminating.'):
n.rpc.plugin_start(os.path.join(os.getcwd(), "tests/plugins/slow_init.py"))

# It's not actually configured yet, see what happens;
Expand Down

0 comments on commit 21a25ef

Please sign in to comment.