File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -924,7 +924,7 @@ func (demoCtx *Context) testServerArgsForTransientCluster(
924
924
EnableDemoLoginEndpoint : true ,
925
925
// Demo clusters by default will create their own tenants, so we
926
926
// don't need to create them here.
927
- DefaultTestTenant : base .TODOTestTenantDisabled ,
927
+ DefaultTestTenant : base .TestControlsTenantsExplicitly ,
928
928
DefaultTenantName : roachpb .TenantName (demoTenantName ),
929
929
930
930
Knobs : base.TestingKnobs {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ func TestTestServerArgsForTransientCluster(t *testing.T) {
67
67
cacheSize : 1 << 10 ,
68
68
expected : base.TestServerArgs {
69
69
DefaultTenantName : "demoapp" ,
70
- DefaultTestTenant : base .TODOTestTenantDisabled ,
70
+ DefaultTestTenant : base .TestControlsTenantsExplicitly ,
71
71
PartOfCluster : true ,
72
72
JoinAddr : "127.0.0.1" ,
73
73
DisableTLSForHTTP : true ,
@@ -95,7 +95,7 @@ func TestTestServerArgsForTransientCluster(t *testing.T) {
95
95
cacheSize : 4 << 10 ,
96
96
expected : base.TestServerArgs {
97
97
DefaultTenantName : "demoapp" ,
98
- DefaultTestTenant : base .TODOTestTenantDisabled ,
98
+ DefaultTestTenant : base .TestControlsTenantsExplicitly ,
99
99
PartOfCluster : true ,
100
100
JoinAddr : "127.0.0.1" ,
101
101
Addr : "127.0.0.1:1336" ,
You can’t perform that action at this time.
0 commit comments