This repository has been archived on 2025-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web-app-template/handler/auth_test.go
Tim Wundenberg fe7178ea03
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 45s
chore: extract mail to it's own service #181
2024-09-30 23:02:41 +02:00

12 lines
169 B
Go

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