add s3 test back in for master

This commit is contained in:
Derrick Anderson
2018-05-11 10:44:42 -04:00
parent e3ea27c301
commit 52674eb4c7

View File

@@ -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()