add PORT env override

This commit is contained in:
2024-05-24 22:37:30 -06:00
parent 5fefca50a7
commit 4ae92830db
2 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ def test_cli_server_dev(MockApplication):
MockApplication.assert_called_once_with(
{
"bind": "127.0.0.1:8000",
"bind": "0.0.0.0:8000",
"reload": True,
}
)