Skip to content

Commit

Permalink
changes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed May 31, 2024
1 parent 20e96fc commit 9061a07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion auth/api/iam/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9061a07

Please sign in to comment.