mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-11-08 01:55:43 +00:00
wip
This commit is contained in:
@@ -40,7 +40,7 @@ func setupProxyController(t *testing.T, middlewares *[]gin.HandlerFunc) (*gin.En
|
||||
assert.NilError(t, dockerService.Init())
|
||||
|
||||
// Access controls
|
||||
accessControlsService := service.NewAccessControlsService(dockerService)
|
||||
accessControlsService := service.NewAccessControlsService(dockerService, config.Apps{})
|
||||
|
||||
assert.NilError(t, accessControlsService.Init())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user