From 661591e0a6cabab0d9d894af687a5d83c69741ca Mon Sep 17 00:00:00 2001 From: Balint Gabor Date: Fri, 6 Apr 2018 16:22:48 +0200 Subject: [PATCH] swarm/api/http: Add comment about missing test --- swarm/api/http/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/api/http/server_test.go b/swarm/api/http/server_test.go index 5f87ab6537..6ec72330cb 100644 --- a/swarm/api/http/server_test.go +++ b/swarm/api/http/server_test.go @@ -218,8 +218,8 @@ func TestBzzResource(t *testing.T) { } func TestBzzGetPath(t *testing.T) { + // TODO: add encrypted test case testBzzGetPath(false, t) - // testBzzGetPath(true, t) } func testBzzGetPath(encrypted bool, t *testing.T) {