Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris S. Kim committed Jan 13, 2023
1 parent 723a5bf commit 7c54180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/xds/xds_protocol_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ func requireProtocolVersionGauge(
require.Len(t, data, 1)

item := data[0]
require.Len(t, item.Gauges, 1)
require.Len(t, item.Gauges, 2)

val, ok := item.Gauges["consul.xds.test.xds.server.streams;version="+xdsVersion]
require.True(t, ok)
Expand Down

0 comments on commit 7c54180

Please sign in to comment.