Loading builtin plugins is being changed. Once it has been fixed, these tests should be re-enabled
25 lines
402 B
Go
25 lines
402 B
Go
package client
|
|
|
|
// import (
|
|
// "context"
|
|
// "testing"
|
|
|
|
// "github.com/hashicorp/go-hclog"
|
|
// "github.com/stretchr/testify/require"
|
|
// )
|
|
|
|
// func init() {
|
|
// hclog.L().SetLevel(hclog.Trace)
|
|
// }
|
|
|
|
// func TestProjectNoop(t *testing.T) {
|
|
// ctx := context.Background()
|
|
// require := require.New(t)
|
|
|
|
// // Build our client
|
|
// tp := TestBasis(t)
|
|
|
|
// // Noop
|
|
// require.NoError(tp.Noop(ctx))
|
|
// }
|