Skip to content

Commit bd618d9

Browse files
committed
Fix test
1 parent df3e91b commit bd618d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name|replace(" ", "")}}/tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_docker_image():
102102
Test that the Docker image builds and runs correctly.
103103
"""
104104
project_root = Path(__file__).parent.parent
105-
image_name = "{{ cookiecutter.github_org }}/{{ cookiecutter.project_slug }}"
105+
image_name = "{{ cookiecutter.github_org }}/{{ cookiecutter.project_name | lower }}"
106106

107107
pyproject_file = project_root / "pyproject.toml"
108108

0 commit comments

Comments
 (0)