File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ def test_args_log(self):
93
93
'Command-line arg: rpcpassword=****' ,
94
94
'Command-line arg: rpcuser=****' ,
95
95
'Command-line arg: torpassword=****' ,
96
- 'Config file arg: regtest ="1"' ,
97
- 'Config file arg: [regtest ] server="1"' ,
96
+ 'Config file arg: %s ="1"' % self . chain ,
97
+ 'Config file arg: [%s ] server="1"' % self . chain ,
98
98
],
99
99
unexpected_msgs = [
100
100
'alice:f7efda5c189b999524f151318c0c86$d5b51b3beffbc0' ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def run_test(self):
25
25
26
26
FILENAME = 'txoutset.dat'
27
27
out = node .dumptxoutset (FILENAME )
28
- expected_path = Path (node .datadir ) / 'regtest' / FILENAME
28
+ expected_path = Path (node .datadir ) / self . chain / FILENAME
29
29
30
30
assert expected_path .is_file ()
31
31
You can’t perform that action at this time.
0 commit comments