Merged in feature/import (pull request #157)
Feature/import * importstart * pp * tests * importtests * 100GB * lint * passtests * utc * awsprofile * doublequotes * host
This commit is contained in:
@@ -13,8 +13,10 @@ import (
|
||||
|
||||
func TestTriggerExport(t *testing.T) {
|
||||
ctx, rec := createContext(t)
|
||||
cfg := &ControllerConfig{}
|
||||
|
||||
cons := queryapi.NewControllers(&queryapi.Services{})
|
||||
svc := createControllerServices(cfg)
|
||||
cons := queryapi.NewControllers(svc)
|
||||
|
||||
err := cons.TriggerExport(ctx, "clientid")
|
||||
require.NoError(t, err)
|
||||
@@ -25,7 +27,10 @@ func TestTriggerExport(t *testing.T) {
|
||||
func TestExportState(t *testing.T) {
|
||||
ctx, rec := createContext(t)
|
||||
|
||||
cons := queryapi.NewControllers(&queryapi.Services{})
|
||||
cfg := &ControllerConfig{}
|
||||
|
||||
svc := createControllerServices(cfg)
|
||||
cons := queryapi.NewControllers(svc)
|
||||
|
||||
id := uuid.New()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user