Update test case for removing all reviewers

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-05-13 10:13:45 +01:00
parent ce710aa249
commit 5dca16fd41
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -764,7 +764,7 @@ func (s testSurveyor) EditFields(e *shared.Editable, _ string) error {
e.Body.Value = "new body"
if !s.skipReviewers {
if s.removeAllReviewers {
e.Reviewers.Remove = []string{"monalisa", "hubot", "OWNER/core", "OWNER/external"}
e.Reviewers.Remove = []string{"monalisa", "hubot", "OWNER/core", "OWNER/external", "dependabot"}
} else {
e.Reviewers.Value = []string{"monalisa", "hubot", "OWNER/core", "OWNER/external"}
}