Skip to content

Commit b73e4dc

Browse files
Make --vschema-ddl-authorized-users version specific
Signed-off-by: Rohit Nayak <[email protected]>
1 parent 64a0f90 commit b73e4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/test/endtoend/vtgate/schematracker/sharded/st_sharded_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func TestMain(m *testing.M) {
8585
}
8686
clusterInstance.VtGateExtraArgs = append(clusterInstance.VtGateExtraArgs,
8787
vtutils.GetFlagVariantForTestsByVersion("--schema-change-signal", vtgateVer),
88-
"--vschema-ddl-authorized-users", "%")
88+
vtutils.GetFlagVariantForTestsByVersion("--vschema-ddl-authorized-users", vtgateVer), "%")
8989
clusterInstance.VtTabletExtraArgs = append(clusterInstance.VtTabletExtraArgs, "--queryserver-config-schema-change-signal")
9090

9191
if vtgateVer >= 16 && vttabletVer >= 16 {

0 commit comments

Comments
 (0)