Fix test build

pull/8411/head
freddygv 2020-08-06 11:31:56 -06:00
parent 15c3cfce5e
commit c8f5215e9d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func TestInternalServiceDump(t *testing.T) {
require.Equal(t, 1*time.Second, req.QueryOptions.MaxQueryTime)
require.True(t, req.AllowStale)
reply := args.Get(2).(*structs.IndexedCheckServiceNodes)
reply := args.Get(2).(*structs.IndexedNodesWithGateways)
reply.Nodes = []structs.CheckServiceNode{
{Service: &structs.NodeService{Kind: req.ServiceKind, Service: "foo"}},
}