1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-15 00:15:00 +02:00

Ensure errors in tests are logged to the GinkgoWriter

This commit is contained in:
Joel Speed
2021-02-10 18:50:09 +00:00
parent 4fa607f173
commit b6cca79cb9
17 changed files with 20 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import (
func TestMiddlewareSuite(t *testing.T) {
logger.SetOutput(GinkgoWriter)
logger.SetErrOutput(GinkgoWriter)
RegisterFailHandler(Fail)
RunSpecs(t, "Middleware")