We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e7995 commit 8b2f471Copy full SHA for 8b2f471
test/functional/feature_config_args.py
@@ -79,7 +79,7 @@ def test_config_file_parser(self):
79
conf.write('') # clear
80
81
def test_log_buffer(self):
82
- with self.nodes[0].assert_debug_log(expected_msgs=['Warning: parsed potentially confusing double-negative -connect=0']):
+ with self.nodes[0].assert_debug_log(expected_msgs=['Warning: parsed potentially confusing double-negative -connect=0\n']):
83
self.start_node(0, extra_args=['-noconnect=0'])
84
self.stop_node(0)
85
0 commit comments