Update test case for removing all reviewers
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
ce710aa249
commit
5dca16fd41
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue