Skip to content

Commit

Permalink
Merge pull request #35 from ArielMAJ/fix/tests
Browse files Browse the repository at this point in the history
[UPT] Fix tests.
  • Loading branch information
ArielMAJ authored Nov 15, 2023
2 parents 2a61d72 + 33876e7 commit 709c5e9
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 = "match-ibm-final-project"
version = "0.9.0"
version = "0.9.1"
description = "[Match-IBM] Projeto Final: 06 - Calculadora de Meta Financeira com Economia Mensal"
authors = ["ArielMAJ <ariel.maj@hotmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_financial_goal.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
)
def test_financial_goal(test_client, goal, monthly_savings, result, status_code):
response = test_client.post(
"/goal/",
"/",
content_type="application/json",
data=json.dumps({"goal": goal, "monthly_savings": monthly_savings}),
)
Expand Down

0 comments on commit 709c5e9

Please # to comment.