flask-jwt-router icon indicating copy to clipboard operation
flask-jwt-router copied to clipboard

test issue when using X-Auth-Token headers

Open joegasewicz opened this issue 4 years ago • 0 comments

rv = client.get(url, headers={"X-Auth-Token": "Bearer 1234.1234.1234"}) causes:

email = self.test_metadata[email]["email"]
 KeyError: '1234.1234.1234'

joegasewicz avatar Feb 15 '21 18:02 joegasewicz