authelia/internal/commands/helpers_test.go

12 lines
174 B
Go

package commands
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestGetStorageProvider(t *testing.T) {
assert.Nil(t, getStorageProvider(NewCmdCtx()))
}