Skip to content

Commit 6a0588f

Browse files
Fix schematracker e2e test for downgrade test
Signed-off-by: Rohit Nayak <[email protected]>
1 parent b73e4dc commit 6a0588f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/test/endtoend/vtgate/schematracker/unsharded/st_unsharded_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func TestMain(m *testing.M) {
9191

9292
// Start vtgate
9393
clusterInstance.VtGateExtraArgs = []string{vtutils.GetFlagVariantForTestsByVersion("--schema-change-signal", vtgateVer),
94-
"--vschema-ddl-authorized-users", "%"}
94+
vtutils.GetFlagVariantForTestsByVersion("--vschema-ddl-authorized-users", vtgateVer), "%"}
9595
err = clusterInstance.StartVtgate()
9696
if err != nil {
9797
return 1

0 commit comments

Comments
 (0)