swarm/api/http: Add comment about missing test

This commit is contained in:
Balint Gabor 2018-04-06 16:22:48 +02:00
parent 221188af08
commit 661591e0a6

View file

@ -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) {