Skip to content

Fix team mentions

John Hope requested to merge jh-fix-use-of-auth into master

Some methods still try to use the auth keyword argument with the GitlabAPI class, which has been removed.

This is causing any update that uses team mentions to fail, as in https://gitlab.com/gitlab-org/async-retrospectives/-/jobs/7167630514

The team_mention_comment_created? method appears to be the last place this is used.

Edited by John Hope

Merge request reports