Update test fixture to use project_slug, not repo_name

This commit is contained in:
Audrey Roy Greenfeld 2016-04-20 11:28:34 -07:00
parent 7a6e9238fd
commit 7cb5c0bba4

View File

@ -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.',