fix: Fixed variable name

pull/347/head
chrisr3d 2019-10-31 17:16:08 +01:00
parent 1ff695d437
commit 4fb65672e3
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -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))