From 7df9ca936a8cdf3e7b8cd8831a5220339d59d82a Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 31 Oct 2024 21:00:33 +0100 Subject: [PATCH] adjust tests (3) --- tests/integration/repo_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/repo_test.go b/tests/integration/repo_test.go index 7eab78f2f2..d8919dbb25 100644 --- a/tests/integration/repo_test.go +++ b/tests/integration/repo_test.go @@ -119,7 +119,7 @@ func TestViewRepo2(t *testing.T) { func TestViewRepo3(t *testing.T) { defer tests.PrepareTestEnv(t)() - req := NewRequest(t, "GET", "/org3/repo3") + req := NewRequest(t, "GET", "/org3/repo3/code") session := loginUser(t, "user4") session.MakeRequest(t, req, http.StatusOK) }