We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035ac9f commit 7678b4aCopy full SHA for 7678b4a
1 file changed
integration_tests/rest/test_24h_price_change.py
@@ -19,3 +19,5 @@ def test_wrong_symbol(self, client):
19
price_changes = client.get_24h_price_change(symbol="TEST123")
20
assert price_changes['code'] == -1128 and 'symbol not found ' \
21
in price_changes['msg']
22
+
23
0 commit comments