From e5b756868d44eb23ae8a13373f88dc88671e1b01 Mon Sep 17 00:00:00 2001 From: Richard Date: Fri, 20 Oct 2023 14:16:03 +0200 Subject: [PATCH] skip invalid nonce test as linkedin does not provide any nonce --- social_core/tests/backends/test_linkedin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/social_core/tests/backends/test_linkedin.py b/social_core/tests/backends/test_linkedin.py index 2ad8d4c1..b768d317 100644 --- a/social_core/tests/backends/test_linkedin.py +++ b/social_core/tests/backends/test_linkedin.py @@ -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 = (