From e199cac7b37920f4e5ddfa72a0fd380dc106e97e Mon Sep 17 00:00:00 2001 From: quasilyte Date: Wed, 14 Feb 2018 23:28:04 +0300 Subject: [PATCH] fixtures/testdata: set value for "default_branch" project fields With this change, "Timeline" and "Changes" are rendered with testdata as one might expect. Fixes #238. --- codespeed/fixtures/testdata.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/codespeed/fixtures/testdata.json b/codespeed/fixtures/testdata.json index 554d91ac..e62af536 100644 --- a/codespeed/fixtures/testdata.json +++ b/codespeed/fixtures/testdata.json @@ -9,7 +9,8 @@ "repo_user": "", "track": true, "repo_pass": "", - "repo_path": "" + "repo_path": "", + "default_branch": "default" } }, { @@ -22,7 +23,8 @@ "repo_user": "", "track": true, "repo_pass": "", - "repo_path": "" + "repo_path": "", + "default_branch": "default" } }, { @@ -35,7 +37,8 @@ "repo_user": "", "track": false, "repo_pass": "", - "repo_path": "" + "repo_path": "", + "default_branch": "default" } }, { @@ -503,4 +506,4 @@ "revision": 7 } } -] \ No newline at end of file +]