Skip to content

Commit

Permalink
Merge branch 'probakowski/register-resources-api' into probakowski/re…
Browse files Browse the repository at this point in the history
…gister-resources-tctl
  • Loading branch information
probakowski committed Oct 17, 2024
2 parents 8a75575 + fe18d8b commit e4ad549
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/auth/dynamicwindows/dynamicwindowsv1/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ package dynamicwindowsv1
import (
"context"
"fmt"
"slices"
"testing"

"github.com/gravitational/trace"
"github.com/stretchr/testify/require"

dynamicwindowsv1 "github.com/gravitational/teleport/api/gen/proto/go/teleport/dynamicwindows/v1"
"github.com/gravitational/teleport/api/types"
"github.com/gravitational/teleport/lib/authz"
Expand All @@ -29,10 +35,6 @@ import (
"github.com/gravitational/teleport/lib/services/local"
"github.com/gravitational/teleport/lib/tlsca"
"github.com/gravitational/teleport/lib/utils"
"github.com/gravitational/trace"
"github.com/stretchr/testify/require"
"slices"
"testing"
)

func TestServiceAccess(t *testing.T) {
Expand Down

0 comments on commit e4ad549

Please sign in to comment.