diff --git a/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java b/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java index 3ea5444f..971be844 100644 --- a/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java +++ b/spring-cloud-context/src/test/java/org/springframework/cloud/bootstrap/config/BootstrapConfigurationTests.java @@ -123,7 +123,7 @@ public class BootstrapConfigurationTests { } else { externalProperties = new File( - "spring-cloud-config-client/src/test/resources/external-properties/bootstrap.properties"); + "spring-cloud-context/src/test/resources/external-properties/bootstrap.properties"); externalPropertiesPath = externalProperties.getAbsolutePath(); } return externalPropertiesPath;