mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-07 10:37:09 +00:00
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 response = client.get(url)
|
||||
check response.status == "200 OK"
|
||||
check parseJson(response.body) == %*[availability]
|
||||
check %*availability in parseJson(response.body)
|
||||
|
||||
test "node handles storage request":
|
||||
let cid = client.post(baseurl1 & "/upload", "some file contents").body
|
||||
|
Loading…
x
Reference in New Issue
Block a user