Skip to content

Commit

Permalink
Merge pull request #13 from ByteInternet/fix-comment
Browse files Browse the repository at this point in the history
Fix outdated comment string
  • Loading branch information
mvschaik committed Oct 27, 2015
2 parents 9a592c5 + d6c5136 commit 1023bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_cache_of_invalid_bearer_token(self):
resp = self.client.get('/test/', HTTP_AUTHORIZATION=auth)
self.assertEqual(resp.status_code, 401)

# Token becomes valid, but invalidity is cached
# Token becomes valid
self.responder.set_response('http://example.com/userinfo', {'sub': self.user.username})
resp = self.client.get('/test/', HTTP_AUTHORIZATION=auth)
self.assertEqual(resp.status_code, 200)
Expand Down

0 comments on commit 1023bf9

Please sign in to comment.