diff --git a/tests/test_production_build.py b/tests/test_production_build.py index 82ddeba20..d0c3d1e1b 100644 --- a/tests/test_production_build.py +++ b/tests/test_production_build.py @@ -1,6 +1,7 @@ import os import subprocess + def test_production_check(): base_dir = os.getcwd() manage_py_path = os.path.join(base_dir, "test_project", "manage.py")