Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Apr 1, 2021
1 parent 16e1ac8 commit 695032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def test_api(aiohttp_client):
resp = await client.get("/api/v1/version")
assert resp.status == 200
text = await resp.text()
assert '{"version": "isbnsrv/1.1.1"}' == text
assert '{"version": "isbnsrv/1.1.4"}' == text

resp = await client.get("/api/v1/isbns/978014044039")
assert resp.status == 404
Expand Down

0 comments on commit 695032d

Please sign in to comment.