mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-29 16:15:50 +00:00
Update ports to avoid conflicts (#1318)
Quick fix for conflicting ports. Better solution will be in #1317.
This commit is contained in:
@@ -44,9 +44,9 @@ struct GrpcSourceTests : NoLoggerFixture,
|
||||
util::prometheus::WithPrometheus,
|
||||
unittests::util::WithMockXrpLedgerAPIService {
|
||||
GrpcSourceTests()
|
||||
: WithMockXrpLedgerAPIService("localhost:50051")
|
||||
: WithMockXrpLedgerAPIService("localhost:55051")
|
||||
, mockBackend_(std::make_shared<testing::StrictMock<MockBackend>>(util::Config{}))
|
||||
, grpcSource_("127.0.0.1", "50051", mockBackend_)
|
||||
, grpcSource_("127.0.0.1", "55051", mockBackend_)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user