From 3b1b24c2ce2a100726b016a0073bc424236219b0 Mon Sep 17 00:00:00 2001 From: Freddy Date: Mon, 20 Apr 2020 13:33:19 -0600 Subject: [PATCH] Update agent/proxycfg/state_test.go --- agent/proxycfg/state_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/proxycfg/state_test.go b/agent/proxycfg/state_test.go index a014f72e37..5a918db0f4 100644 --- a/agent/proxycfg/state_test.go +++ b/agent/proxycfg/state_test.go @@ -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)