mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Test UserKey
This commit is contained in:
@@ -20,7 +20,7 @@ UserKey = GithubObject(
|
||||
InternalSimpleAttributes(
|
||||
"url", "id", "title", "key",
|
||||
),
|
||||
Editable( [ "title", "key" ], [] ),
|
||||
Editable( [], [ "title", "key" ] ),
|
||||
Deletable(),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user