mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
AuthenticatedUser.add_following and .remove_following
This commit is contained in:
@@ -33,7 +33,6 @@ class TestCaseWithGithubTestObject( unittest.TestCase ):
|
||||
|
||||
def expectDelete( self, url ):
|
||||
return self.g.expect._statusRequest( "DELETE", url )
|
||||
return self.g.expect._dataRequest( "DELETE", url )
|
||||
|
||||
class GithubObjectWithOnlySimpleScalarAttributes( TestCaseWithGithubTestObject ):
|
||||
GithubTestObject = GithubObject(
|
||||
|
||||
Reference in New Issue
Block a user