diff --git a/tests/beem/test_discussions.py b/tests/beem/test_discussions.py index 4a540e99cbe4ed35a0e9703721aead3fd8719574..fb170a9309e465e24e203f06f113d80387c4bb21 100644 --- a/tests/beem/test_discussions.py +++ b/tests/beem/test_discussions.py @@ -117,7 +117,7 @@ class Testcases(unittest.TestCase): d = Discussions_by_active(query, steem_instance=bts) self.assertEqual(len(d), 10) - def test_cashout(self, node_param): + def test_cashout(self): bts = self.appbase query = Query(limit=10) Discussions_by_cashout(query, steem_instance=bts)