From 922608651a35fa9cb2fdc0c5179070cfa7c793e5 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 1 May 2017 09:27:37 -0600 Subject: [PATCH] fix test path --- .../cloud/bootstrap/config/BootstrapConfigurationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;