diff --git a/codex/codex_test.go b/codex/codex_test.go index 6d2bc9b..4c7c462 100644 --- a/codex/codex_test.go +++ b/codex/codex_test.go @@ -100,6 +100,7 @@ func TestCreateAndDestroyMultipleInstancesWithSameDatadir(t *testing.T) { LogFormat: LogFormatNoColors, MetricsEnabled: false, BlockRetries: 5, + Nat: "none", } for range 2 { diff --git a/codex/p2p_test.go b/codex/p2p_test.go index 44106a9..5dc9f53 100644 --- a/codex/p2p_test.go +++ b/codex/p2p_test.go @@ -36,6 +36,7 @@ func TestConnectWithAddress(t *testing.T) { LogFormat: LogFormatNoColors, MetricsEnabled: false, DiscoveryPort: 8090, + Nat: "none", }) if err != nil { t.Fatalf("Failed to create codex1: %v", err)