github.com/pusher/oauth2_proxy@v3.2.0+incompatible/templates_test.go (about)

     1  package main
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/assert"
     7  )
     8  
     9  func TestTemplatesCompile(t *testing.T) {
    10  	templates := getTemplates()
    11  	assert.NotEqual(t, templates, nil)
    12  }