mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
remove eclair dependency
This commit is contained in:
parent
a863812f90
commit
513835ed0f
2 changed files with 15 additions and 15 deletions
|
@ -134,16 +134,16 @@ namespace BTCPayServer.Tests
|
|||
Assert.Equal("0.00000000001", light.ToString());
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void CanSendLightningPayment()
|
||||
{
|
||||
//[Fact]
|
||||
//public void CanSendLightningPayment()
|
||||
//{
|
||||
|
||||
using (var tester = ServerTester.Create())
|
||||
{
|
||||
tester.Start();
|
||||
tester.PrepareLightning();
|
||||
}
|
||||
}
|
||||
// using (var tester = ServerTester.Create())
|
||||
// {
|
||||
// tester.Start();
|
||||
// tester.PrepareLightning();
|
||||
// }
|
||||
//}
|
||||
|
||||
[Fact]
|
||||
public void CanUseServerInitiatedPairingCode()
|
||||
|
|
|
@ -16,15 +16,15 @@ services:
|
|||
TESTS_FAKECALLBACK: 'false'
|
||||
TESTS_PORT: 80
|
||||
TESTS_HOSTNAME: tests
|
||||
TEST_ECLAIR1: http://eclair1:8080/
|
||||
TEST_ECLAIR2: http://eclair2:8080/
|
||||
# TEST_ECLAIR1: http://eclair1:8080/
|
||||
# TEST_ECLAIR2: http://eclair2:8080/
|
||||
expose:
|
||||
- "80"
|
||||
links:
|
||||
- bitcoind
|
||||
- nbxplorer
|
||||
- eclair1
|
||||
- eclair2
|
||||
# - eclair1
|
||||
# - eclair2
|
||||
extra_hosts:
|
||||
- "tests:127.0.0.1"
|
||||
|
||||
|
@ -38,8 +38,8 @@ services:
|
|||
links:
|
||||
- bitcoind
|
||||
- nbxplorer
|
||||
- eclair1
|
||||
- eclair2
|
||||
# - eclair1
|
||||
# - eclair2
|
||||
|
||||
nbxplorer:
|
||||
image: nicolasdorier/nbxplorer:1.0.0.32
|
||||
|
|
Loading…
Add table
Reference in a new issue