mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
fix param name of projectcard's move function (#1451)
* fix param name of projectcard's move function * fix test failure
This commit is contained in:
@@ -150,7 +150,7 @@ class ProjectCard(github.GithubObject.CompletableGithubObject):
|
||||
), column
|
||||
post_parameters = {
|
||||
"position": position,
|
||||
"column": column.id
|
||||
"column_id": column.id
|
||||
if isinstance(column, github.ProjectColumn.ProjectColumn)
|
||||
else column,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user