Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Oct 6, 2023
1 parent ef12d81 commit ca5a1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/security/test_auth_oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def test_oauth_user_info_azure(self):
},
)

def test_oauth_user_info_azure2(self):
def test_oauth_user_info_azure_with_jwt_validation(self):
self.app.config["OAUTH_PROVIDERS"] = [
{
"name": "azure",
Expand Down

0 comments on commit ca5a1d2

Please sign in to comment.