mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Implement Owner.get_repo as an ObjectGetter
This commit is contained in:
@@ -297,7 +297,7 @@ class GithubObjectWithObjectGetter( TestCaseWithGithubTestObject ):
|
||||
"GithubTestObject",
|
||||
BaseUrl( lambda obj: "/test" ),
|
||||
BasicAttributes( "a1", "a2" ),
|
||||
ObjectGetter( "a3", ContainedObject, lambda id : { "id": id } )
|
||||
ObjectGetter( "a3", ContainedObject, lambda obj, id : { "id": id } )
|
||||
)
|
||||
|
||||
def testGetList( self ):
|
||||
|
||||
Reference in New Issue
Block a user