github.com/argoproj/argo-cd@v1.8.7/test/fixture/revision_metadata/author_test.go (about)

     1  package revision_metadata
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/assert"
     7  )
     8  
     9  func TestAuthor(t *testing.T) {
    10  	assert.Regexp(t, ".*<.*>", Author)
    11  }