uses Nat: "none" in recently added tests

This commit is contained in:
Marcin Czenko 2025-11-17 03:45:09 +01:00
parent 5ba9d94ecf
commit 56914260a0
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ func TestCreateAndDestroyMultipleInstancesWithSameDatadir(t *testing.T) {
LogFormat: LogFormatNoColors,
MetricsEnabled: false,
BlockRetries: 5,
Nat: "none",
}
for range 2 {

View File

@ -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)