Skip to content

Commit

Permalink
create quay image
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Jan 5, 2021
1 parent d42a71d commit 67ed2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ras/test_ras.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def test_update_visa_token_with_invalid_visa(

new_visa = {
"iss": "https://stsstg.nih.gov",
"sub": "abcde12345aspdij",
"sub": "abcde12345aspdijk",
"iat": int(time.time()),
"exp": int(time.time()) + 1000,
"scope": "openid ga4gh_passport_v1 email profile",
Expand Down

0 comments on commit 67ed2e5

Please sign in to comment.