fix failing test after nim-ethers bump (#112)

This commit is contained in:
Dmitriy Ryajov 2022-06-09 09:36:59 -06:00 committed by GitHub
parent 3b0e93eab4
commit 77733725bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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