Skip to content

Commit 1221bea

Browse files
committed
fix localnet test
1 parent e1f8404 commit 1221bea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

integration/localnet/builder/bootstrap.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ func prepareObserverService(i int, observerName string, agPublicKey string) Serv
459459
testnet.GRPCPort,
460460
testnet.GRPCSecurePort,
461461
testnet.GRPCWebPort,
462-
testnet.AdminPort,
463462
)
464463

465464
// observer services rely on the access gateway
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"networks": {"access": "127.0.0.1:3569", "observer": "127.0.0.1:3573"}}
1+
{"networks": {"access": "127.0.0.1:4001", "observer": "127.0.0.1:5001"}}

0 commit comments

Comments
 (0)