diff --git a/go/vt/vttablet/tabletmanager/rpc_vreplication_test.go b/go/vt/vttablet/tabletmanager/rpc_vreplication_test.go index a3cbbb3149c..2a193f0b394 100644 --- a/go/vt/vttablet/tabletmanager/rpc_vreplication_test.go +++ b/go/vt/vttablet/tabletmanager/rpc_vreplication_test.go @@ -2144,20 +2144,18 @@ func TestInternalizeLookupVindex(t *testing.T) { "owned_lookup": { Type: "lookup_unique", Params: map[string]string{ - "table": "targetks.owned_lookup", - "from": "c1", - "to": "c2", - "write_only": "true", + "table": "targetks.owned_lookup", + "from": "c1", + "to": "c2", }, Owner: "t1", }, "unowned_lookup": { Type: "lookup_unique", Params: map[string]string{ - "table": "targetks.unowned_lookup", - "from": "c1", - "to": "c2", - "write_only": "true", + "table": "targetks.unowned_lookup", + "from": "c1", + "to": "c2", }, }, "unqualified_lookup": {