Update agent/proxycfg/state_test.go

This commit is contained in:
Freddy 2020-04-20 13:33:19 -06:00 committed by freddygv
parent eddd5bd73b
commit 3b1b24c2ce

View File

@ -1041,7 +1041,7 @@ func TestState_WatchesAndUpdates(t *testing.T) {
require.True(t, snap.Valid(), "gateway with service list is valid")
// All three watches should have been cancelled for db
// All the watches should have been cancelled for db
require.Len(t, snap.TerminatingGateway.WatchedServices, 1)
require.Contains(t, snap.TerminatingGateway.WatchedServices, billing)