Skip to content

Commit

Permalink
skip invalid nonce test as linkedin does not provide any nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
noxan committed Oct 20, 2023
1 parent 68051bf commit e5b7568
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions social_core/tests/backends/test_linkedin.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ class LinkedinOpenIdConnectTest(OpenIdConnectTestMixin, OAuth2Test):
}
)

def test_invalid_nonce(self):
"""Skip the invalid nonce test as LinkedIn does not provide any nonce."""
pass


class BaseLinkedinTest:
user_data_url = (
Expand Down

0 comments on commit e5b7568

Please sign in to comment.