We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3e91b commit bd618d9Copy full SHA for bd618d9
1 file changed
{{cookiecutter.project_name|replace(" ", "")}}/tests/test_integration.py
@@ -102,7 +102,7 @@ def test_docker_image():
102
Test that the Docker image builds and runs correctly.
103
"""
104
project_root = Path(__file__).parent.parent
105
- image_name = "{{ cookiecutter.github_org }}/{{ cookiecutter.project_slug }}"
+ image_name = "{{ cookiecutter.github_org }}/{{ cookiecutter.project_name | lower }}"
106
107
pyproject_file = project_root / "pyproject.toml"
108
0 commit comments