Merged in feature/remove-mocks (pull request #202)
Feature/remove mocks * remove mocks * cleanup db migrations
This commit is contained in:
@@ -24,8 +24,7 @@ type API struct {
|
||||
}
|
||||
|
||||
type APIConfig struct {
|
||||
API API
|
||||
MockHTTP string
|
||||
API API
|
||||
}
|
||||
|
||||
func CreateAPI(t testing.TB, ctx context.Context, cfg ContainerConfigProvider, network string, config *APIConfig) (*Container, func()) {
|
||||
@@ -36,7 +35,6 @@ func CreateAPI(t testing.TB, ctx context.Context, cfg ContainerConfigProvider, n
|
||||
Cfg: cfg,
|
||||
Name: string(config.API.Name),
|
||||
DownstreamQueues: config.API.DownstreamQueues,
|
||||
MockHTTP: config.MockHTTP,
|
||||
WaitForMsg: "⇨ http server started on [::]:8080",
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user