Fix text type assertion

This commit is contained in:
freddygv 2020-09-14 16:28:40 -06:00
parent 43efb4809c
commit e0db834148
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ func TestState_WatchesAndUpdates(t *testing.T) {
events: []cache.UpdateEvent{
{
CorrelationID: "mesh-gateway:dc4",
Result: &structs.IndexedCheckServiceNodes{
Result: &structs.IndexedNodesWithGateways{
Nodes: TestGatewayNodesDC4Hostname(t),
},
Err: nil,