Skip to content

Commit bfa91c1

Browse files
committed
REVERT THIS COMMIT BEFORE MERGING !!!!
1 parent 8f6265b commit bfa91c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/coderdtest/coderdtest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func NewOptions(t *testing.T, options *Options) (func(http.Handler), context.Can
181181
options.Database, options.Pubsub = dbtestutil.NewDB(t)
182182
}
183183
// TODO: remove this once we're ready to enable authz querier by default.
184-
if strings.Contains(os.Getenv("CODER_EXPERIMENTS_TEST"), "authz_querier") {
184+
if strings.Contains(os.Getenv("CODER_EXPERIMENTS_TEST"), "authz_querier") || true {
185185
if options.Authorizer == nil {
186186
options.Authorizer = &RecordingAuthorizer{
187187
Wrapped: rbac.NewAuthorizer(prometheus.NewRegistry()),

0 commit comments

Comments
 (0)