tapis-project / tapipy

Python lib for interacting with an instance of the Tapis API Framework
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Access token not being set on startup when inputted by user. #46

Closed NotChristianGarcia closed 2 years ago

NotChristianGarcia commented 2 years ago

As title says. jwt was overwriting access_token no matter what, which usually meant settings things to None.

NotChristianGarcia commented 2 years ago

Fixed with commit: b062d42dc4bd318771b890c1ec617109c47cf73a Added some tests for this.