mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Team.edit
This commit is contained in:
+2
-1
@@ -250,7 +250,8 @@ class IntegrationTest:
|
||||
r = o.get_repo( "TestPyGithub" )
|
||||
|
||||
self.printList( "Teams", o.get_teams(), lambda t: t.name )
|
||||
t = o.create_team( "PyGithubTesters", permission = "push" )
|
||||
t = o.create_team( "PyGithubTesters" )
|
||||
t.edit( "PyGithubTesters", permission = "push" )
|
||||
self.printList( "Teams", o.get_teams(), lambda t: t.name )
|
||||
|
||||
u = self.g.get_user( self.cobayeUser )
|
||||
|
||||
Reference in New Issue
Block a user