Update agent/proxycfg/state_test.go

This commit is contained in:
Freddy 2020-04-20 13:33:19 -06:00 committed by freddygv
parent e30d64289d
commit a54f2fd055
1 changed files with 1 additions and 1 deletions

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)