From 4c29ed0a72e18ddd296d00cd707ab67a1af763d4 Mon Sep 17 00:00:00 2001 From: adragusin Date: Mon, 27 Apr 2020 17:39:35 +0300 Subject: [PATCH] Updated timezone in sureTax test --- config/suretaxcfg_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/suretaxcfg_test.go b/config/suretaxcfg_test.go index da31963cc..673a3b50f 100644 --- a/config/suretaxcfg_test.go +++ b/config/suretaxcfg_test.go @@ -115,7 +115,7 @@ func TestSureTaxCfgAsMapInterface(t *testing.T) { "client_number": "", "validation_key": "", "business_unit": "", - "timezone": "Local", + "timezone": "UTC", "include_local_cost": false, "return_file_code": "0", "response_group": "03", @@ -144,7 +144,7 @@ func TestSureTaxCfgAsMapInterface(t *testing.T) { "client_number": "", "validation_key": "", "business_unit": "", - "timezone": "Local", + "timezone": "UTC", "include_local_cost": false, "return_file_code": "0", "response_group": "03",