[qa] Remove hardcoded "4 nodes" from test_framework
This commit is contained in:
parent
169d379c98
commit
fac9349798
58 changed files with 291 additions and 138 deletions
qa/rpc-tests
|
@ -25,6 +25,7 @@ class InvalidBlockRequestTest(ComparisonTestFramework):
|
|||
''' Can either run this test as 1 node with expected answers, or two and compare them.
|
||||
Change the "outcome" variable from each TestInstance object to only do the comparison. '''
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.num_nodes = 1
|
||||
|
||||
def run_test(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue