Skip to content

Commit cfb3e57

Browse files
committed
Remove unused test
1 parent 003b922 commit cfb3e57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_e2e.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,6 @@ def test_subject_name_issuer_authentication(self):
430430
self.assertIn('access_token', result)
431431
self.assertCacheWorksForApp(result, scope)
432432

433-
def test_client_assertion(self):
434-
self.skipTest("No automated lab source for client_assertion yet")
435-
436433
class DeviceFlowTestCase(E2eTestCase): # A leaf class so it will be run only once
437434
@classmethod
438435
def setUpClass(cls):

0 commit comments

Comments
 (0)