Skip to content

Commit

Permalink
Add assertion for expires_at
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Sep 29, 2019
1 parent 028ccea commit b94ab7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ def test_get_extended_access_token_v23_plus():
)

assert_equal(access_token, '<extended access token>')
# there is data for expiration check on key 'expires_in',
# so i comment this one
#assert not expires_at
assert isinstance(expires_at, datetime)


@with_setup(mock, unmock)
Expand Down

0 comments on commit b94ab7d

Please sign in to comment.