summaryrefslogtreecommitdiffstats
path: root/tests/integration/api_repo_raw_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/api_repo_raw_test.go')
-rw-r--r--tests/integration/api_repo_raw_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/api_repo_raw_test.go b/tests/integration/api_repo_raw_test.go
index 60e9eeed6b..ccb20a939e 100644
--- a/tests/integration/api_repo_raw_test.go
+++ b/tests/integration/api_repo_raw_test.go
@@ -20,7 +20,7 @@ func TestAPIReposRaw(t *testing.T) {
user := unittest.AssertExistsAndLoadBean(t, &user_model.User{ID: 2})
// Login as User2.
session := loginUser(t, user.Name)
- token := getTokenForLoggedInUser(t, session, auth_model.AccessTokenScopeRepo)
+ token := getTokenForLoggedInUser(t, session, auth_model.AccessTokenScopeReadRepository)
for _, ref := range [...]string{
"master", // Branch