summaryrefslogtreecommitdiffstats
path: root/api4
diff options
context:
space:
mode:
authorDerrick Anderson <derrick@andersonwebstudio.com>2018-05-11 10:44:42 -0400
committerDerrick Anderson <derrick@andersonwebstudio.com>2018-05-11 10:44:42 -0400
commit52674eb4c70865fadcde6dbd3d294ffbbbcb844c (patch)
tree27f2a295c179d7b74062b0a41ec969cd4892df16 /api4
parente3ea27c30124791ca44bb314496e819ae11b01b7 (diff)
downloadchat-52674eb4c70865fadcde6dbd3d294ffbbbcb844c.tar.gz
chat-52674eb4c70865fadcde6dbd3d294ffbbbcb844c.tar.bz2
chat-52674eb4c70865fadcde6dbd3d294ffbbbcb844c.zip
add s3 test back in for master
Diffstat (limited to 'api4')
-rw-r--r--api4/system_test.go4
1 files changed, 2 insertions, 2 deletions
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()