Skip to content

Commit 5064d83

Browse files
committed
Modify existing test to account for new access rules in repo1
1 parent 2e5471d commit 5064d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/api_repo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,5 +735,5 @@ func TestAPIRepoGetAssignees(t *testing.T) {
735735
resp := MakeRequest(t, req, http.StatusOK)
736736
var assignees []*api.User
737737
DecodeJSON(t, resp, &assignees)
738-
assert.Len(t, assignees, 1)
738+
assert.Len(t, assignees, 2)
739739
}

0 commit comments

Comments
 (0)