mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-18 01:24:19 +01:00
config: add static file root
This commit is contained in:
@@ -30,7 +30,7 @@ func TestProxy(t *testing.T) {
|
||||
}}
|
||||
|
||||
auth := auth.NewMockAuthenticator()
|
||||
proxy, err := proxy.New(auth, services)
|
||||
proxy, err := proxy.New(auth, services, "static")
|
||||
if err != nil {
|
||||
t.Fatalf("failed to create new proxy: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user