chore: remove documented groups endpoint that doesn't exist (#7020)

This commit is contained in:
Colin Adler
2023-04-05 14:26:21 -05:00
committed by GitHub
parent 865c8b7c09
commit 391738cc25
7 changed files with 4 additions and 177 deletions

View File

@ -4,13 +4,13 @@ import (
"testing"
"github.com/moby/moby/pkg/namesgenerator"
"github.com/stretchr/testify/require"
"github.com/coder/coder/coderd/coderdtest"
"github.com/coder/coder/codersdk"
"github.com/coder/coder/enterprise/coderd/coderdenttest"
"github.com/coder/coder/enterprise/coderd/license"
"github.com/coder/coder/testutil"
"github.com/stretchr/testify/require"
)
func TestWorkspaceProxyCRUD(t *testing.T) {