From 638be7b2085ef4b7e855c0f8adff80e517f85536 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Wed, 19 Nov 2025 11:41:29 +0100 Subject: [PATCH] Add missing import --- test/cli/delegated_routing_v1_http_server_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cli/delegated_routing_v1_http_server_test.go b/test/cli/delegated_routing_v1_http_server_test.go index 466e59d7b..b3fdcba05 100644 --- a/test/cli/delegated_routing_v1_http_server_test.go +++ b/test/cli/delegated_routing_v1_http_server_test.go @@ -18,6 +18,7 @@ import ( "github.com/ipfs/kubo/test/cli/harness" "github.com/libp2p/go-libp2p/core/peer" "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" ) // swarmPeersOutput is used to parse the JSON output of 'ipfs swarm peers --enc=json'