Files
oauth2-proxy/templates_test.go
T

13 lines
185 B
Go
Raw Normal View History

2012-12-17 13:38:33 -05:00
package main
import (
"testing"
"github.com/stretchr/testify/assert"
2012-12-17 13:38:33 -05:00
)
func TestTemplatesCompile(t *testing.T) {
templates := getTemplates()
assert.NotEqual(t, templates, nil)
}