mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-17 09:04:19 +01:00
multi: configure and start hashmail server
With this commit we make it possible to enable the Lightning Node Connect mailbox server to be enabled and started as a local service within aperture.
This commit is contained in:
@@ -115,7 +115,7 @@ func runHTTPTest(t *testing.T, tc *testCase) {
|
||||
}}
|
||||
|
||||
mockAuth := auth.NewMockAuthenticator()
|
||||
p, err := proxy.New(mockAuth, services, true, "static")
|
||||
p, err := proxy.New(mockAuth, services)
|
||||
require.NoError(t, err)
|
||||
|
||||
// Start server that gives requests to the proxy.
|
||||
@@ -264,7 +264,7 @@ func runGRPCTest(t *testing.T, tc *testCase) {
|
||||
|
||||
// Create the proxy server and start serving on TLS.
|
||||
mockAuth := auth.NewMockAuthenticator()
|
||||
p, err := proxy.New(mockAuth, services, true, "static")
|
||||
p, err := proxy.New(mockAuth, services)
|
||||
require.NoError(t, err)
|
||||
server := &http.Server{
|
||||
Addr: testProxyAddr,
|
||||
|
||||
Reference in New Issue
Block a user