1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +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

@ -17,6 +17,7 @@ var (
func TestHeaderSuite(t *testing.T) {
logger.SetOutput(GinkgoWriter)
logger.SetErrOutput(GinkgoWriter)
RegisterFailHandler(Fail)
RunSpecs(t, "Header")