提交 654105a2 作者: Dr Ian Preston 提交者: Steven Allen

fix test

License: MIT
Signed-off-by: 's avatarIan Preston <ianopolous@protonmail.com>
上级 42a843d6
......@@ -16,7 +16,7 @@ func TestParseRequest(t *testing.T) {
if err != nil {
t.Error(err)
}
assert.True(parsed.httpPath == "/path/to/index.txt", t, "proxy request path")
assert.True(parsed.httpPath == "path/to/index.txt", t, "proxy request path")
assert.True(parsed.name == "test-name", t, "proxy request name")
assert.True(parsed.target == "QmT8JtU54XSmC38xSb1XHFSMm775VuTeajg7LWWWTAwzxT", t, "proxy request peer-id")
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论