Skip to content

Commit

Permalink
Updated response, removed unnecessary configs
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan committed Sep 5, 2024
1 parent bb68264 commit 2808eeb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion app/v3/notifications/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

RESPONSE_400 = 'Request body failed validation'
RESPONSE_404 = 'Not found'
RESPONSE_500 = 'Unkown exception'
RESPONSE_500 = 'Unhandled VA Notify exception'

logger = logging.getLogger('uvicorn.default')

Expand Down
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ optional = true
[tool.poetry.group.test.dependencies]
pytest = "*"

[tool.pytest.ini_options]
pythonpath = [
"."
]
testpath = [
"tests"
]

[tool.poetry.group.static_tools]
optional = true

Expand Down
5 changes: 0 additions & 5 deletions pytest.ini

This file was deleted.

0 comments on commit 2808eeb

Please sign in to comment.