mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Fix delete method for RepositoryKey
This commit is contained in:
@@ -50,7 +50,7 @@ class RepositoryKey(Framework.TestCase):
|
||||
self.assertTrue(self.key.verified)
|
||||
|
||||
# test __repr__() based on this attributes
|
||||
self.assertEqual(self.key.__repr__(), 'RepositoryKey(id=21870881)')
|
||||
self.assertEqual(self.key.__repr__(), 'RepositoryKey(title="PyGithub Test Key", id=21870881)')
|
||||
|
||||
def testDelete(self):
|
||||
self.key.delete()
|
||||
|
||||
Reference in New Issue
Block a user