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,
|
LogFormat: LogFormatNoColors,
|
||||||
MetricsEnabled: false,
|
MetricsEnabled: false,
|
||||||
BlockRetries: 5,
|
BlockRetries: 5,
|
||||||
|
Nat: "none",
|
||||||
}
|
}
|
||||||
|
|
||||||
for range 2 {
|
for range 2 {
|
||||||
|
|||||||
@ -36,6 +36,7 @@ func TestConnectWithAddress(t *testing.T) {
|
|||||||
LogFormat: LogFormatNoColors,
|
LogFormat: LogFormatNoColors,
|
||||||
MetricsEnabled: false,
|
MetricsEnabled: false,
|
||||||
DiscoveryPort: 8090,
|
DiscoveryPort: 8090,
|
||||||
|
Nat: "none",
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("Failed to create codex1: %v", err)
|
t.Fatalf("Failed to create codex1: %v", err)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user