...

Source file src/github.com/ory/x/corsx/corsx_test.go

Documentation: github.com/ory/x/corsx

     1  package corsx
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/assert"
     7  )
     8  
     9  func TestHelpMessage(t *testing.T) {
    10  	assert.NotEmpty(t, HelpMessage())
    11  }
    12  

View as plain text