From 696af34459b2a01f2281703c28721f62fc5fa9bd Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 15 May 2020 14:01:00 -0400 Subject: [PATCH] Update test config class names --- .../header/enricher/HeaderEnricherFunctionApplicationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/header-enricher-function/src/test/java/org/springframework/cloud/fn/header/enricher/HeaderEnricherFunctionApplicationTests.java b/function/header-enricher-function/src/test/java/org/springframework/cloud/fn/header/enricher/HeaderEnricherFunctionApplicationTests.java index ab11df7e..e7734c85 100644 --- a/function/header-enricher-function/src/test/java/org/springframework/cloud/fn/header/enricher/HeaderEnricherFunctionApplicationTests.java +++ b/function/header-enricher-function/src/test/java/org/springframework/cloud/fn/header/enricher/HeaderEnricherFunctionApplicationTests.java @@ -59,7 +59,7 @@ public class HeaderEnricherFunctionApplicationTests { } @SpringBootApplication - static class HeaderEnricherTestApplication { + static class TestApplication { @Bean public String value() {