mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Restore unit tests
This commit is contained in:
@@ -26,7 +26,7 @@ class TestCaseWithGithubTestObject( unittest.TestCase ):
|
||||
return self.g.expect._dataRequest( "GET", url )
|
||||
|
||||
def expectPut( self, url ):
|
||||
return self.g.expect._dataRequest( "PUT", url )
|
||||
return self.g.expect._statusRequest( "PUT", url )
|
||||
|
||||
def expectPatch( self, url, data ):
|
||||
return self.g.expect._dataRequest( "PATCH", url, data )
|
||||
|
||||
Reference in New Issue
Block a user