Skip to content

Commit 075d149

Browse files
authored
fix: incorrect filePath capitalization (#27)
1 parent e23d537 commit 075d149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ctrf/ctrf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ type TestResult struct {
215215
RawStatus string `json:"rawStatus,omitempty"`
216216
Tags []string `json:"tags,omitempty"`
217217
Type string `json:"type,omitempty"`
218-
Filepath string `json:"filepath,omitempty"`
218+
Filepath string `json:"filePath,omitempty"`
219219
Retry int `json:"retry,omitempty"`
220220
Flake bool `json:"flake,omitempty"`
221221
Browser string `json:"browser,omitempty"`

0 commit comments

Comments
 (0)