Missing Headers Problem
This commit is contained in:
@@ -42,7 +42,9 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
/**
|
||||
* @author Omer Celik
|
||||
*/
|
||||
|
||||
public class HeaderTests {
|
||||
|
||||
@BeforeAll
|
||||
public static void before() {
|
||||
System.clearProperty("spring.cloud.function.definition");
|
||||
|
||||
@@ -834,6 +834,7 @@ public class FunctionConfiguration {
|
||||
headersMap.putIfAbsent(MessageUtils.MESSAGE_TYPE, CloudEventMessageUtils.CLOUDEVENT_VALUE);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user