Skip to content

Commit

Permalink
test: fix TestIface/Routing/TestRoutingFindPeer
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Feb 21, 2025
1 parent b519c16 commit 5a7f57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/coreapi/test/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func (NodeProvider) MakeAPISwarm(t *testing.T, ctx context.Context, fullIdentity
c.Addresses.Swarm = []string{fmt.Sprintf("/ip4/18.0.%d.1/tcp/4001", i)}
c.Identity = ident
c.Experimental.FilestoreEnabled = true
c.AutoTLS.Enabled = config.False // disable so no /ws listener is added

ds := syncds.MutexWrap(datastore.NewMapDatastore())
r := &repo.Mock{
Expand Down

0 comments on commit 5a7f57b

Please sign in to comment.