From c8abc79d9b515f92e83ac84fbdbc80c484ebae0f Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Thu, 3 Dec 2020 14:24:26 -0600 Subject: [PATCH] Fix this comment (and retrigger CI). Signed-off-by: Matt Moyer --- test/integration/supervisor_login_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/supervisor_login_test.go b/test/integration/supervisor_login_test.go index e926950e..8835752f 100644 --- a/test/integration/supervisor_login_test.go +++ b/test/integration/supervisor_login_test.go @@ -34,7 +34,7 @@ import ( func TestSupervisorLogin(t *testing.T) { env := library.IntegrationEnv(t) - // If anything in this test crashes, dump out the supervisor pod logs. + // If anything in this test crashes, dump out the supervisor and proxy pod logs. defer library.DumpLogs(t, env.SupervisorNamespace, "") defer library.DumpLogs(t, "dex", "app=proxy")