mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Test Repository.create_git_ref, GitRef.edit and .delete (needs a manual edition of Repository.py)
This commit is contained in:
@@ -261,7 +261,7 @@ class Repository( object ):
|
||||
}
|
||||
status, headers, data = self.__requester.request(
|
||||
"POST",
|
||||
str( self.url ) + "/git",
|
||||
str( self.url ) + "/git/refs",
|
||||
None,
|
||||
post_parameters
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user