Skip to content

Commit

Permalink
Small fixes also
Browse files Browse the repository at this point in the history
  • Loading branch information
xfenix committed Jun 15, 2022
1 parent e601cfb commit f238e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spellcheck-microservice"
version = "1.2.0"
version = "1.0.0"
description = "Microservice for spellchecking"
authors = ["Denis Anikin <ad@xfenix.ru>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ def test_healthcheck_api_good(fake_client, random_seed: int):
"""We need to do it too."""
server_response: RequestsResponse = fake_client.get(f"{SETTINGS.api_prefix}/health/")
assert server_response.status_code == 200
assert server_response.json()["version"] == "1.2.0"
assert server_response.json()["version"] == "1.0.0"

0 comments on commit f238e94

Please sign in to comment.