diff --git a/hosts/app_test.go b/hosts/app_test.go index 15efcaae..6a177657 100644 --- a/hosts/app_test.go +++ b/hosts/app_test.go @@ -3,6 +3,7 @@ package hosts import ( "bytes" "testing" + "time" "github.com/stretchr/testify/assert" @@ -49,6 +50,8 @@ var ( ) func TestHostApp_Run(t *testing.T) { + time.Local = time.FixedZone("Asia/Tokyo", 9*60*60) + defer func() { time.Local = nil }() testCases := []struct { id string verbose bool