Skip to content

Commit db96c92

Browse files
committed
test: fix feature_pruning.py
1 parent 06de2b0 commit db96c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_pruning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def create_big_chain(self):
136136
self.sync_blocks(self.nodes[0:5])
137137

138138
def test_invalid_command_line_options(self):
139-
self.stop_node(0)
139+
self.stop_node(0, expected_stderr=EXPECTED_STDERR_NO_GOV_PRUNE)
140140
self.nodes[0].assert_start_raises_init_error(
141141
expected_msg='Error: Prune cannot be configured with a negative value.',
142142
extra_args=['-prune=-1', '-txindex=0', '-disablegovernance'],

0 commit comments

Comments
 (0)