mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
Enterprise rbac testing (#3653)
* WIP refactor Auth tests to allow enterprise Signed-off-by: Spike Curtis <spike@coder.com> * enterprise RBAC testing Signed-off-by: Spike Curtis <spike@coder.com> * Fix import ordering Signed-off-by: Spike Curtis <spike@coder.com> Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
@ -12,12 +12,10 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"golang.org/x/xerrors"
|
||||
|
||||
"cdr.dev/slog"
|
||||
"github.com/go-chi/chi/v5"
|
||||
"github.com/golang-jwt/jwt/v4"
|
||||
|
||||
"cdr.dev/slog"
|
||||
"golang.org/x/xerrors"
|
||||
|
||||
"github.com/coder/coder/coderd"
|
||||
"github.com/coder/coder/coderd/database"
|
||||
|
Reference in New Issue
Block a user