Going back to snapshots
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-config</artifactId>
|
||||
<version>2.1.5.RELEASE</version>
|
||||
<version>2.1.5.BUILD-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -79,9 +79,9 @@ public class RefreshableConfigServerIntegrationTests {
|
||||
}
|
||||
|
||||
/*
|
||||
* We're emulating an application "foo" which is running with the "development"
|
||||
* profile and is asking for its properties using the REST endpoint. We're also
|
||||
* calling the /env & /refresh actuator endpoints to change the
|
||||
* We're emulating an application "foo" which is running with the "development" profile
|
||||
* and is asking for its properties using the REST endpoint. We're also calling the
|
||||
* /env & /refresh actuator endpoints to change the
|
||||
* `spring.cloud.config.server.overrides.foo` property. Since we see that we only get
|
||||
* the overridden "foo" property after the context refresh we are sure that the
|
||||
* properties have been set and the EnvironmentController bean has successfully been
|
||||
|
||||
Reference in New Issue
Block a user