We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003b922 commit cfb3e57Copy full SHA for cfb3e57
tests/test_e2e.py
@@ -430,9 +430,6 @@ def test_subject_name_issuer_authentication(self):
430
self.assertIn('access_token', result)
431
self.assertCacheWorksForApp(result, scope)
432
433
- def test_client_assertion(self):
434
- self.skipTest("No automated lab source for client_assertion yet")
435
-
436
class DeviceFlowTestCase(E2eTestCase): # A leaf class so it will be run only once
437
@classmethod
438
def setUpClass(cls):
0 commit comments