Skip to content

Commit 8b2f471

Browse files
committed
qa: Fix double-negative arg test
1 parent e8e7995 commit 8b2f471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_config_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_config_file_parser(self):
7979
conf.write('') # clear
8080

8181
def test_log_buffer(self):
82-
with self.nodes[0].assert_debug_log(expected_msgs=['Warning: parsed potentially confusing double-negative -connect=0']):
82+
with self.nodes[0].assert_debug_log(expected_msgs=['Warning: parsed potentially confusing double-negative -connect=0\n']):
8383
self.start_node(0, extra_args=['-noconnect=0'])
8484
self.stop_node(0)
8585

0 commit comments

Comments
 (0)