mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-28 05:23:59 +00:00
Update test fixture to use project_slug, not repo_name
This commit is contained in:
parent
7a6e9238fd
commit
7cb5c0bba4
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RE_OBJ = re.compile(PATTERN)
|
|||
def context():
|
||||
return {
|
||||
'project_name': 'My Test Project',
|
||||
'repo_name': 'my_test_project',
|
||||
'project_slug': 'my_test_project',
|
||||
'author_name': 'Test Author',
|
||||
'email': 'test@example.com',
|
||||
'description': 'A short description of the project.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue