fix failing test after nim-ethers bump (#112)
This commit is contained in:
parent
3b0e93eab4
commit
77733725bf
|
@ -57,7 +57,7 @@ ethersuite "Integration tests":
|
||||||
let availability = parseJson(client.post(url, $json).body)
|
let availability = parseJson(client.post(url, $json).body)
|
||||||
let response = client.get(url)
|
let response = client.get(url)
|
||||||
check response.status == "200 OK"
|
check response.status == "200 OK"
|
||||||
check parseJson(response.body) == %*[availability]
|
check %*availability in parseJson(response.body)
|
||||||
|
|
||||||
test "node handles storage request":
|
test "node handles storage request":
|
||||||
let cid = client.post(baseurl1 & "/upload", "some file contents").body
|
let cid = client.post(baseurl1 & "/upload", "some file contents").body
|
||||||
|
|
Loading…
Reference in New Issue