Skip to content

Commit

Permalink
fix(api): add ref to dashboard mock
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick committed Jul 18, 2024
1 parent 8787e0d commit b086d7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mock/server/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const (
"number": 1,
"started": 1714678666,
"finished": 1714678672,
"ref": "refs/heads/main",
"sender": "Octocat",
"status": "failure",
"event": "deployment",
Expand Down Expand Up @@ -134,6 +135,7 @@ const (
"number": 1,
"started": 1714678666,
"finished": 1714678672,
"ref": "refs/heads/main",
"sender": "Octocat",
"status": "failure",
"event": "deployment",
Expand Down Expand Up @@ -184,6 +186,7 @@ const (
"number": 1,
"started": 1714678666,
"finished": 1714678672,
"ref": "refs/heads/main",
"sender": "Octocat",
"status": "failure",
"event": "deployment",
Expand Down

0 comments on commit b086d7c

Please sign in to comment.