Skip to content

Commit 0208620

Browse files
committed
Remove unnecessary commits stubs from fixtures
1 parent 6bec7a9 commit 0208620

File tree

2 files changed

+2
-36
lines changed

2 files changed

+2
-36
lines changed

pkg/cmd/pr/status/fixtures/prStatusCurrentBranchClosed.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,7 @@
1212
"state": "CLOSED",
1313
"url": "https://github.com/cli/cli/pull/8",
1414
"headRefName": "blueberries",
15-
"reviewDecision": "CHANGES_REQUESTED",
16-
"commits": {
17-
"nodes": [
18-
{
19-
"commit": {
20-
"statusCheckRollup": {
21-
"contexts": {
22-
"nodes": [
23-
{
24-
"state": "SUCCESS"
25-
}
26-
]
27-
}
28-
}
29-
}
30-
}
31-
]
32-
}
15+
"reviewDecision": "CHANGES_REQUESTED"
3316
}
3417
}
3518
]

pkg/cmd/pr/status/fixtures/prStatusCurrentBranchMerged.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,7 @@
1212
"state": "MERGED",
1313
"url": "https://github.com/cli/cli/pull/8",
1414
"headRefName": "blueberries",
15-
"reviewDecision": "CHANGES_REQUESTED",
16-
"commits": {
17-
"nodes": [
18-
{
19-
"commit": {
20-
"statusCheckRollup": {
21-
"contexts": {
22-
"nodes": [
23-
{
24-
"state": "SUCCESS"
25-
}
26-
]
27-
}
28-
}
29-
}
30-
}
31-
]
32-
}
15+
"reviewDecision": "CHANGES_REQUESTED"
3316
}
3417
}
3518
]

0 commit comments

Comments
 (0)