Fix unit tests due to missing mock MQ

This commit is contained in:
Seif Lotfy
2016-09-30 18:52:38 +02:00
parent c452d845fe
commit f5c4f5f7a9
6 changed files with 43 additions and 15 deletions

View File

@@ -2,13 +2,14 @@ package runner
import (
"bytes"
"context"
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"time"
"golang.org/x/net/context"
log "github.com/Sirupsen/logrus"
"github.com/iron-io/functions/api/models"