Skip to content

Commit

Permalink
APM-4847 Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
acarriedev committed Nov 30, 2023
1 parent 517c911 commit 5bc640b
Show file tree
Hide file tree
Showing 2 changed files with 7,196 additions and 8 deletions.
2 changes: 1 addition & 1 deletion e2e/tests/oauth/test_token_exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_cis2_token_exchange_refresh_token(
( # Test invalid subject_token
{
"error": "invalid_request",
"error_description": "subject_token is invalid",
"error_description": "Malformed JWT in subject_token",
},
400,
"invalid",
Expand Down
Loading

0 comments on commit 5bc640b

Please sign in to comment.