mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-29 16:24:22 +00:00
Merge pull request #5504
7a3b832 [QA] fix httpbasics RPC test typo (Jonas Schnelli)
This commit is contained in:
commit
94736e312e
@ -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 ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user