Without this fix, Ipsilon will actually return 500 on requests that require an API token but were not provided one, because self.api_token is None.
2 new commits added
+1 LGTM
Commit 6bdbfaff fixes this pull-request
Pull-Request has been merged by puiterwijk@redhat.com
Without this fix, Ipsilon will actually return 500 on requests that require an API token but were not provided one, because self.api_token is None.