diff --git a/test/integration/supervisor_login_test.go b/test/integration/supervisor_login_test.go index e926950e5..8835752ff 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")