Skip to content
Snippets Groups Projects
Commit 65d2431c authored by Holger's avatar Holger
Browse files

Fix typo

parent 46f6a698
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ class Testcases(unittest.TestCase):
def setUpClass(cls):
nodelist = NodeList()
nodelist.update_nodes()
nodelist.update_nodes(steem_instance=Steem(node=cls.nodelist.get_nodes(normal=True, appbase=True), num_retries=10))
nodelist.update_nodes(steem_instance=Steem(node=nodelist.get_nodes(normal=True, appbase=True), num_retries=10))
cls.node_list = nodelist.get_nodes()
if "https://api.steemit.com" in cls.node_list:
cls.node_list.remove("https://api.steemit.com")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment