File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ var _ = BeforeSuite(func() {
5050 conf = & config.Config {
5151 CatalogPath : "../exampleconfig/catalog-example.json" ,
5252 DashboardRedirectURI : dashBoardURL ,
53- PolicySchemaPath : "../policyvalidator/meta.schema.json" ,
53+ PolicySchemaPath : "../policyvalidator/json-schema/ meta.schema.json" ,
5454 DefaultCustomMetricsCredentialType : "binding-secret" ,
5555 }
5656
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ var _ = BeforeSuite(func() {
129129 },
130130 CatalogPath : "../exampleconfig/catalog-example.json" ,
131131 CatalogSchemaPath : "../schemas/catalog.schema.json" ,
132- PolicySchemaPath : "../policyvalidator/meta.schema.json" ,
132+ PolicySchemaPath : "../policyvalidator/json-schema/ meta.schema.json" ,
133133 Scheduler : config.SchedulerConfig {
134134 SchedulerURL : schedulerServer .URL (),
135135 },
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ var _ = SynchronizedBeforeSuite(func() []byte {
164164
165165 conf .CatalogPath = "../../exampleconfig/catalog-example.json"
166166 conf .CatalogSchemaPath = "../../schemas/catalog.schema.json"
167- conf .PolicySchemaPath = "../policyvalidator/meta.schema.json"
167+ conf .PolicySchemaPath = "../policyvalidator/json-schema/ meta.schema.json"
168168
169169 schedulerServer = ghttp .NewServer ()
170170 conf .Scheduler .SchedulerURL = schedulerServer .URL ()
Original file line number Diff line number Diff line change 99 },
1010 "catalog_schema_path" : " /home/vcap/app/api/schemas/catalog.schema.json" ,
1111 "info_file_path" : " /home/vcap/app/api/default_info.json" ,
12- "policy_schema_path" : " /home/vcap/app/api/policyvalidator/meta.schema.json" ,
12+ "policy_schema_path" : " /home/vcap/app/api/policyvalidator/json-schema/ meta.schema.json" ,
1313 "dashboard_redirect_uri" : null ,
1414 "default_credential_type" : " binding-secret" ,
1515 "health" : {
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ var _ = BeforeSuite(func() {
104104 CFServer : helpers.ServerConfig {
105105 Port : 14000 + GinkgoParallelProcess (),
106106 },
107- PolicySchemaPath : "../policyvalidator/meta.schema.json" ,
107+ PolicySchemaPath : "../policyvalidator/json-schema/ meta.schema.json" ,
108108 Scheduler : config.SchedulerConfig {
109109 SchedulerURL : schedulerServer .URL (),
110110 },
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ func DefaultGolangAPITestConfig() apiConfig.Config {
232232 },
233233 CatalogPath : "../servicebroker/config/catalog.json" ,
234234 CatalogSchemaPath : "../api/schemas/catalog.schema.json" ,
235- PolicySchemaPath : "../api/policyvalidator/meta.schema.json" ,
235+ PolicySchemaPath : "../api/policyvalidator/json-schema/ meta.schema.json" ,
236236 InfoFilePath : "../api/exampleconfig/catalog-example.json" ,
237237 DashboardRedirectURI : "" ,
238238 CF : cf.Config {
You can’t perform that action at this time.
0 commit comments