Skip to content

Commit

Permalink
fix(core): regression after project description
Browse files Browse the repository at this point in the history
  • Loading branch information
m-alisafaee committed Sep 3, 2021
1 parent 109a3db commit c186cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/fixtures/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ def template():
"id": "python-minimal",
"index": 1,
"ref": "master",
"metadata": {"description": "nodesc"},
"metadata": {},
"default_metadata": {
"__template_source__": "renku",
"__template_ref__": "master",
"__template_id__": "python-minimal",
"__namespace__": "",
"__repository__": "",
"__project_description__": "nodesc",
"__project_slug__": "",
"__renku_version__": renku_version,
},
Expand Down

0 comments on commit c186cca

Please sign in to comment.