Skip to content

Commit

Permalink
make buildURL omitempty
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Nov 1, 2023
1 parent b6d3a26 commit 0bf60e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/report/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type TestResult struct {
URL string `json:"url"`
Artifacts []Artifact `json:"artifacts,omitempty"`
Origin string `json:"origin"`
BuildURL string `json:"buildURL"`
BuildURL string `json:"buildURL,omitempty"`
RDC bool `json:"-"`
TimedOut bool `json:"-"`
PassThreshold bool `json:"-"`
Expand Down

0 comments on commit 0bf60e4

Please sign in to comment.