From 52674eb4c70865fadcde6dbd3d294ffbbbcb844c Mon Sep 17 00:00:00 2001 From: Derrick Anderson Date: Fri, 11 May 2018 10:44:42 -0400 Subject: add s3 test back in for master --- api4/system_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api4') diff --git a/api4/system_test.go b/api4/system_test.go index 8e15f6ed2..f46ae7436 100644 --- a/api4/system_test.go +++ b/api4/system_test.go @@ -570,7 +570,7 @@ func TestGetAnalyticsOld(t *testing.T) { CheckUnauthorizedStatus(t, resp) } -/*func TestS3TestConnection(t *testing.T) { +func TestS3TestConnection(t *testing.T) { th := Setup().InitBasic().InitSystemAdmin() defer th.TearDown() Client := th.Client @@ -626,7 +626,7 @@ func TestGetAnalyticsOld(t *testing.T) { _, resp = th.SystemAdminClient.TestS3Connection(&config) CheckOKStatus(t, resp) -}*/ +} func TestSupportedTimezones(t *testing.T) { th := Setup().InitBasic() -- cgit v1.2.3-1-g7c22