Skip to content

Commit 7fa8d9c

Browse files
committed
typo fix
1 parent 456facd commit 7fa8d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report/testreport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ type Client struct {
4545

4646
func (r Report) GetFlatReport() FlatReport {
4747
var rep FlatReport
48-
rep.Timestamp = time.Now()
4948

49+
rep.Timestamp = r.Timestamp
5050
rep.Name = r.Server.Name
5151
rep.Address = r.Server.URL
5252
rep.Ping = r.Ping

0 commit comments

Comments
 (0)