We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456facd commit 7fa8d9cCopy full SHA for 7fa8d9c
1 file changed
report/testreport.go
@@ -45,8 +45,8 @@ type Client struct {
45
46
func (r Report) GetFlatReport() FlatReport {
47
var rep FlatReport
48
- rep.Timestamp = time.Now()
49
+ rep.Timestamp = r.Timestamp
50
rep.Name = r.Server.Name
51
rep.Address = r.Server.URL
52
rep.Ping = r.Ping
0 commit comments