fix: [tests] Fixed btc_steroids test assertion

pull/488/head
chrisr3d 2021-04-16 16:47:20 +02:00
parent 576dcca671
commit 4a20045787
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class TestExpansions(unittest.TestCase):
self.assertTrue(self.get_values(response).startswith('\n\nAddress:\t1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA\nBalance:\t0.0002126800 BTC (+0.0007482500 BTC / -0.0005355700 BTC)'))
except Exception:
self.assertEqual(self.get_values(response), 'Not a valid BTC address, or Balance has changed')
self.assertTrue(self.get_values(response).startswith('Not a valid BTC address'))
def test_btc_scam_check(self):
query = {"module": "btc_scam_check", "btc": "1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA"}