fix: Fixed variable name

pull/347/head
chrisr3d 4 years ago
parent 1ff695d437
commit 4fb65672e3
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
  1. 2
      tests/test_expansions.py

@ -27,7 +27,7 @@ class TestExpansions(unittest.TestCase):
return requests.post(urljoin(self.url, "query"), json=query)
@staticmethod
def get_attribute(reponse):
def get_attribute(response):
data = response.json()
if not isinstance(data, dict):
print(json.dumps(data, indent=2))

Loading…
Cancel
Save