From 9061a0768ec74fcf5779821da58772eb4841f1f1 Mon Sep 17 00:00:00 2001 From: Rein Krul Date: Fri, 31 May 2024 10:19:56 +0200 Subject: [PATCH] changes after rebase --- auth/api/iam/api_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/auth/api/iam/api_test.go b/auth/api/iam/api_test.go index adc0a3029c..acf7c1c167 100644 --- a/auth/api/iam/api_test.go +++ b/auth/api/iam/api_test.go @@ -724,7 +724,9 @@ func TestWrapper_Routes(t *testing.T) { return nil }).AnyTimes() router.EXPECT().Use(gomock.Any()).AnyTimes() - (&Wrapper{}).Routes(router) + (&Wrapper{ + storageEngine: storage.NewTestStorageEngine(t), + }).Routes(router) // Check that all cache-control max-age paths are actual paths for _, path := range cacheControlMaxAgeURLs {