Skip to content

Commit a4625f4

Browse files
committed
Update CloudFoundryConfigurationProcessorTest to adjust JSON string alignments in tt push est cases
1 parent 27099fc commit a4625f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/autoscaler/scheduler/src/test/java/org/cloudfoundry/autoscaler/scheduler/conf/CloudFoundryConfigurationProcessorTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public void testVcapServicesWithDatabaseService() {
161161
}
162162
]
163163
}
164-
""";
164+
""";
165165

166166
environment
167167
.getPropertySources()
@@ -255,7 +255,7 @@ public void testVcapServicesWithClientCertCredentialMapping() {
255255
}
256256
]
257257
}
258-
""";
258+
""";
259259

260260
environment
261261
.getPropertySources()
@@ -297,7 +297,7 @@ public void testVcapServicesWithClientCertOnlyCredentialMapping() {
297297
}
298298
]
299299
}
300-
""";
300+
""";
301301

302302
environment
303303
.getPropertySources()
@@ -337,7 +337,7 @@ public void testVcapServicesPrefersSslcertOverClientCert() {
337337
}
338338
]
339339
}
340-
""";
340+
""";
341341

342342
environment
343343
.getPropertySources()

0 commit comments

Comments
 (0)