Skip to content

Commit

Permalink
Fix redis test
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Mar 17, 2020
1 parent b050c17 commit 2360b6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test-integration/test_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package test_integration_test

import (
"net/smtp"
"os"

"github.com/cloudfoundry-community/gautocloud"
_ "github.com/cloudfoundry-community/gautocloud/connectors/all"
camqp "github.com/cloudfoundry-community/gautocloud/connectors/amqp/client"
Expand All @@ -19,6 +22,7 @@ import (
"github.com/cloudfoundry-community/gautocloud/connectors/objstorage/objstoretype/miniotype"
csmtp "github.com/cloudfoundry-community/gautocloud/connectors/smtp/client"
. "github.com/cloudfoundry-community/gautocloud/test-utils"
"github.com/go-redis/redis/v7"
"github.com/goamz/goamz/s3"
"github.com/jinzhu/gorm"
. "github.com/onsi/ginkgo"
Expand All @@ -27,9 +31,6 @@ import (
"github.com/streadway/amqp"
"golang.org/x/oauth2"
"gopkg.in/mgo.v2"
"gopkg.in/redis.v5"
"net/smtp"
"os"
)

var _ = Describe("Connectors integration", func() {
Expand Down

0 comments on commit 2360b6f

Please sign in to comment.