keon94 commented on code in PR #5604:
URL:
https://github.com/apache/incubator-devlake/pull/5604#discussion_r1247296025
##########
backend/helpers/e2ehelper/data_flow_tester.go:
##########
@@ -50,6 +50,10 @@ import (
"gorm.io/gorm/schema"
)
+func init() {
+ _ = os.Setenv("TZ", "UTC") // Normalizes time across test app locale
and expected data
Review Comment:
Do you not running into problems with test-assertions using time when
running tests on your machine? This was the workaround for me
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]