Fixes static check failures in test/e2e_node/*
This commit is contained in:
@@ -136,7 +136,7 @@ const (
|
||||
)
|
||||
|
||||
func getTimestamp() string {
|
||||
return fmt.Sprintf(time.Now().Format(timestampFormat))
|
||||
return fmt.Sprint(time.Now().Format(timestampFormat))
|
||||
}
|
||||
|
||||
func newWorkspaceDir() string {
|
||||
|
Reference in New Issue
Block a user