Skip to content

Commit

Permalink
gci
Browse files Browse the repository at this point in the history
  • Loading branch information
probakowski committed Oct 17, 2024
1 parent 641dc78 commit fe18d8b
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 fe18d8b

Please sign in to comment.