Skip to content

Commit

Permalink
fixup! rpc: use tenant client/server certs where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg committed Jul 28, 2020
1 parent 5b7f467 commit d9c5fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/testserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ func (ts *TestServer) StartTenant(params base.TestTenantArgs) (pgAddr string, _
ClusterSettingsUpdater: st.MakeUpdater(),
}
}
sqlCfg.TenantKVAddrs = []string{ts.TenantAddr()}
sqlCfg.TenantKVAddrs = []string{ts.ServingTenantAddr()}
return StartTenant(
ctx,
ts.Stopper(),
Expand Down

0 comments on commit d9c5fc3

Please sign in to comment.