13 lines
184 B
Go
13 lines
184 B
Go
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package token
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestFormatTokenExpanded(t *testing.T) {
|
|
testFormatTokenExpanded(t, "FormatTokenExpanded/oss")
|
|
}
|