oauth2_proxy/templates_test.go

13 lines
185 B
Go

package main
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestTemplatesCompile(t *testing.T) {
templates := getTemplates()
assert.NotEqual(t, templates, nil)
}