summaryrefslogtreecommitdiffstats
path: root/integrations
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2017-07-17 04:04:43 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-07-17 04:04:43 +0200
commitf33e6ae09ec27e898bb8f2cc44d587ea3b8e0dee (patch)
tree2c6a268356fcb5fd73ee468055869b129b14c6ed /integrations
parentRefactor vue delimeters to use es6 template delimeters (#2171) (diff)
downloadforgejo-f33e6ae09ec27e898bb8f2cc44d587ea3b8e0dee.tar.xz
forgejo-f33e6ae09ec27e898bb8f2cc44d587ea3b8e0dee.zip
Remove unit types commits and settings (#2161)
* Remove unit types commits and settings * Can not limit units in administrator teams * Limit changing units only to teams with read and write access mode * Small code optimization
Diffstat (limited to 'integrations')
-rw-r--r--integrations/repo_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/repo_test.go b/integrations/repo_test.go
index f5ba4d8d82..8465bbdc5a 100644
--- a/integrations/repo_test.go
+++ b/integrations/repo_test.go
@@ -39,7 +39,7 @@ func TestViewRepo3(t *testing.T) {
prepareTestEnv(t)
req := NewRequest(t, "GET", "/user3/repo3")
- session := loginUser(t, "user3")
+ session := loginUser(t, "user4")
session.MakeRequest(t, req, http.StatusOK)
}