Merged in feature/testwithlogs (pull request #65)
Query Version Sync Runner * testing * queryversiosyncworking * update * tests * fixtests
This commit is contained in:
@@ -16,7 +16,8 @@ func TestQueryServiceOpenAPI(t *testing.T) {
|
||||
c, cleanup := test.CreateServiceNetwork(t, ctx, &test.ServiceNetworkConfig{
|
||||
Name: test.QueryService,
|
||||
Env: map[string]string{
|
||||
"JOB_SYNC_URL": "/i/am/here",
|
||||
"JOB_SYNC_URL": "/i/am/here",
|
||||
"QUERY_VERSION_SYNC_URL": "iamthere",
|
||||
},
|
||||
})
|
||||
defer cleanup()
|
||||
|
||||
Reference in New Issue
Block a user