mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-04-22 07:46:42 +02:00
Dateien nach „tests/integration“ hochladen
This commit is contained in:
parent
d51d42f84b
commit
6afc3761f7
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue