3
0

Fix wf integration tests

This commit is contained in:
Denis Arh
2021-07-13 22:26:32 +02:00
parent 234d3795b9
commit cfb757230e

View File

@@ -5,7 +5,6 @@ import (
"fmt"
"sync"
"testing"
"time"
"github.com/cortezaproject/corteza-server/automation/types"
"github.com/stretchr/testify/require"
@@ -13,8 +12,6 @@ import (
func Test0001_basics(t *testing.T) {
ctx := bypassRBAC(context.Background())
ctx, fn := context.WithTimeout(ctx, time.Second)
defer fn()
loadScenario(ctx, t)
var (