Polish "Polish test"

See gh-18130
pull/18164/head
Stephane Nicoll 5 years ago
parent 16a0188666
commit 7cb2eb1850

@ -30,7 +30,6 @@ import static org.assertj.core.api.Assertions.assertThat;
* *
* @author Dave Syer * @author Dave Syer
* @author Andy Wilkinson * @author Andy Wilkinson
* @author Eddú Meléndez
*/ */
class CloudFoundryVcapEnvironmentPostProcessorTests { class CloudFoundryVcapEnvironmentPostProcessorTests {
@ -51,8 +50,7 @@ class CloudFoundryVcapEnvironmentPostProcessorTests {
+ "\"name\":\"dsyerenv\",\"uris\":[\"dsyerenv.cfapps.io\"]," + "\"name\":\"dsyerenv\",\"uris\":[\"dsyerenv.cfapps.io\"],"
+ "\"users\":[],\"start\":\"2013-05-29 02:37:59 +0000\",\"state_timestamp\":1369795079}"); + "\"users\":[],\"start\":\"2013-05-29 02:37:59 +0000\",\"state_timestamp\":1369795079}");
this.initializer.postProcessEnvironment(this.context.getEnvironment(), null); this.initializer.postProcessEnvironment(this.context.getEnvironment(), null);
assertThat(getProperty("vcap.application.instance_id")) assertThat(getProperty("vcap.application.instance_id")).isEqualTo("bb7935245adf3e650dfb7c58a06e9ece");
.isEqualTo("bb7935245adf3e650dfb7c58a06e9ece");
} }
@Test @Test

Loading…
Cancel
Save