Skip to content

Commit e199cac

Browse files
committed
fixtures/testdata: set value for "default_branch" project fields
With this change, "Timeline" and "Changes" are rendered with testdata as one might expect. Fixes tobami#238.
1 parent c504095 commit e199cac

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

codespeed/fixtures/testdata.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"repo_user": "",
1010
"track": true,
1111
"repo_pass": "",
12-
"repo_path": ""
12+
"repo_path": "",
13+
"default_branch": "default"
1314
}
1415
},
1516
{
@@ -22,7 +23,8 @@
2223
"repo_user": "",
2324
"track": true,
2425
"repo_pass": "",
25-
"repo_path": ""
26+
"repo_path": "",
27+
"default_branch": "default"
2628
}
2729
},
2830
{
@@ -35,7 +37,8 @@
3537
"repo_user": "",
3638
"track": false,
3739
"repo_pass": "",
38-
"repo_path": ""
40+
"repo_path": "",
41+
"default_branch": "default"
3942
}
4043
},
4144
{
@@ -503,4 +506,4 @@
503506
"revision": 7
504507
}
505508
}
506-
]
509+
]

0 commit comments

Comments
 (0)