Skip to content

Commit

Permalink
fix toml pytest file
Browse files Browse the repository at this point in the history
Signed-off-by: pstlouis <[email protected]>
  • Loading branch information
PatStLouis committed Jan 9, 2025
1 parent ef8d8e6 commit 51ca877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
asyncio_mode=auto
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"

0 comments on commit 51ca877

Please sign in to comment.