mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-02 05:23:09 +00:00
uses Nat: "none" in recently added tests
This commit is contained in:
parent
5ba9d94ecf
commit
56914260a0
@ -100,6 +100,7 @@ func TestCreateAndDestroyMultipleInstancesWithSameDatadir(t *testing.T) {
|
||||
LogFormat: LogFormatNoColors,
|
||||
MetricsEnabled: false,
|
||||
BlockRetries: 5,
|
||||
Nat: "none",
|
||||
}
|
||||
|
||||
for range 2 {
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user