[QA] fix httpbasics RPC test typo

This commit is contained in:
Jonas Schnelli 2014-12-17 22:37:54 +01:00
parent 4444b879bc
commit 7a3b83269e
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ try:
except ImportError:
import urlparse
class RESTTest (BitcoinTestFramework):
class HTTPBasicsTest (BitcoinTestFramework):
def run_test(self):
#################################################
@ -73,4 +73,4 @@ class RESTTest (BitcoinTestFramework):
if __name__ == '__main__':
RESTTest ().main ()
HTTPBasicsTest ().main ()