From 27546b4da2b2bc8076d28e3c83abb3e16c64c4c1 Mon Sep 17 00:00:00 2001 From: davrot Date: Wed, 12 Feb 2025 18:13:31 +0000 Subject: [PATCH] tests/integration/disable_forgotten_password_test.go aktualisiert --- tests/integration/disable_forgotten_password_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/disable_forgotten_password_test.go b/tests/integration/disable_forgotten_password_test.go index 16f697901d..87c6024f2a 100644 --- a/tests/integration/disable_forgotten_password_test.go +++ b/tests/integration/disable_forgotten_password_test.go @@ -7,8 +7,6 @@ import ( "code.gitea.io/gitea/modules/setting" "code.gitea.io/gitea/modules/test" "code.gitea.io/gitea/tests" - - "github.com/stretchr/testify/assert" ) func TestDisableForgottenPasswordFalse(t *testing.T) {