feat: add provisioner key cli commands (#13875)

This commit is contained in:
Garrett Delfosse
2024-07-18 14:44:20 -04:00
committed by GitHub
parent 91cbe679c0
commit f975701b34
11 changed files with 361 additions and 6 deletions

View File

@ -12,14 +12,13 @@ import (
"github.com/stretchr/testify/require"
"golang.org/x/xerrors"
"github.com/coder/serpent"
"github.com/coder/coder/v2/coderd/database"
"github.com/coder/coder/v2/coderd/database/dbgen"
"github.com/coder/coder/v2/coderd/notifications"
"github.com/coder/coder/v2/coderd/notifications/dispatch"
"github.com/coder/coder/v2/coderd/notifications/types"
"github.com/coder/coder/v2/testutil"
"github.com/coder/serpent"
)
func TestBufferedUpdates(t *testing.T) {