You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/autoscaler/scheduler/src/test/java/org/cloudfoundry/autoscaler/scheduler/conf/CloudFoundryConfigurationProcessorTest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ public void testVcapServicesWithDatabaseService() {
161
161
}
162
162
]
163
163
}
164
-
""";
164
+
""";
165
165
166
166
environment
167
167
.getPropertySources()
@@ -255,7 +255,7 @@ public void testVcapServicesWithClientCertCredentialMapping() {
255
255
}
256
256
]
257
257
}
258
-
""";
258
+
""";
259
259
260
260
environment
261
261
.getPropertySources()
@@ -297,7 +297,7 @@ public void testVcapServicesWithClientCertOnlyCredentialMapping() {
297
297
}
298
298
]
299
299
}
300
-
""";
300
+
""";
301
301
302
302
environment
303
303
.getPropertySources()
@@ -337,7 +337,7 @@ public void testVcapServicesPrefersSslcertOverClientCert() {
0 commit comments