diff --git a/go/vt/vtctl/workflow/framework_test.go b/go/vt/vtctl/workflow/framework_test.go index ae08ca1df1d..c283c8982b1 100644 --- a/go/vt/vtctl/workflow/framework_test.go +++ b/go/vt/vtctl/workflow/framework_test.go @@ -177,7 +177,7 @@ func (env *testEnv) addTablet(t *testing.T, ctx context.Context, id int, keyspac Shard: shard, KeyRange: &topodatapb.KeyRange{}, Type: tabletType, - Hostname: "localhost", // Without a hostname the RefreshState call is skipped. + Hostname: "localhost", // Without a hostname the RefreshState call is skipped PortMap: map[string]int32{ "test": int32(id), },