File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ func TestSigninWithRememberMe(t *testing.T) {
9595 session .MakeRequest (t , req , http .StatusOK )
9696}
9797
98- func TestEnablePasswordSignInForm (t * testing.T ) {
98+ func TestEnablePasswordSignInFormAndEnablePasskeyAuth (t * testing.T ) {
9999 defer tests .PrepareTestEnv (t )()
100100
101101 t .Run ("EnablePasswordSignInForm=false" , func (t * testing.T ) {
@@ -121,10 +121,6 @@ func TestEnablePasswordSignInForm(t *testing.T) {
121121 req = NewRequest (t , "POST" , "/user/login" )
122122 MakeRequest (t , req , http .StatusOK )
123123 })
124- }
125-
126- func TestEnablePasskeyAuth (t * testing.T ) {
127- defer tests .PrepareTestEnv (t )()
128124
129125 t .Run ("EnablePasskeyAuth=false" , func (t * testing.T ) {
130126 defer tests .PrintCurrentTest (t )()
You can’t perform that action at this time.
0 commit comments