[QA] fix httpbasics RPC test typo
This commit is contained in:
parent
4444b879bc
commit
7a3b83269e
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
import urlparse
|
import urlparse
|
||||||
|
|
||||||
class RESTTest (BitcoinTestFramework):
|
class HTTPBasicsTest (BitcoinTestFramework):
|
||||||
def run_test(self):
|
def run_test(self):
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
@ -73,4 +73,4 @@ class RESTTest (BitcoinTestFramework):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
RESTTest ().main ()
|
HTTPBasicsTest ().main ()
|
||||||
|
|
Loading…
Reference in a new issue