From 6afc3761f7d4f46391f4f62c4d192df8a4aad9d8 Mon Sep 17 00:00:00 2001 From: davrot Date: Tue, 11 Feb 2025 19:03:20 +0000 Subject: [PATCH] =?UTF-8?q?Dateien=20nach=20=E2=80=9Etests/integration?= =?UTF-8?q?=E2=80=9C=20hochladen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/integration/disable_forgotten_password_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/disable_forgotten_password_test.go b/tests/integration/disable_forgotten_password_test.go index 2970b34c83..4004fadcdc 100644 --- a/tests/integration/disable_forgotten_password_test.go +++ b/tests/integration/disable_forgotten_password_test.go @@ -14,7 +14,7 @@ import ( func TestDisableForgottenPasswordFalse(t *testing.T) { defer tests.PrepareTestEnv(t)() defer test.MockVariableValue(&setting.Service.EnableInternalSignIn, true)() - + req := NewRequest(t, "GET", "/user/login/") resp := MakeRequest(t, req, http.StatusOK) doc := NewHTMLParser(t, resp.Body).Find("a") @@ -69,4 +69,3 @@ func TestDisableForgottenPasswordDefault(t *testing.T) { } assert.EqualValues(t, 1, counterInstances) } -