fix: fist integration test
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 51s

This commit is contained in:
2024-10-02 23:13:31 +02:00
parent 33380e2124
commit 0ebe02619a
9 changed files with 181 additions and 46 deletions

View File

@@ -1,11 +0,0 @@
package handler
import (
"testing"
)
func TestHandleSignIn(t *testing.T) {
t.Parallel()
t.Run("should signIn and return session cookie", func(t *testing.T) {
})
}