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

Commit 695032d

Browse files
committed
release 1.1.4
1 parent 16e1ac8 commit 695032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async def test_api(aiohttp_client):
104104
resp = await client.get("/api/v1/version")
105105
assert resp.status == 200
106106
text = await resp.text()
107-
assert '{"version": "isbnsrv/1.1.1"}' == text
107+
assert '{"version": "isbnsrv/1.1.4"}' == text
108108

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

0 commit comments

Comments
 (0)