From e9501dd6c8051d1b784c692de18d0f752ad7ca81 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 26 Mar 2019 14:48:30 -0400 Subject: [PATCH] Fix broken `WebSocketParserTests` --- .../websocket/config/WebSocketParserTests-context.xml | 2 +- .../integration/websocket/config/WebSocketParserTests.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-integration-websocket/src/test/java/org/springframework/integration/websocket/config/WebSocketParserTests-context.xml b/spring-integration-websocket/src/test/java/org/springframework/integration/websocket/config/WebSocketParserTests-context.xml index fddbc981b0..2d890728fb 100644 --- a/spring-integration-websocket/src/test/java/org/springframework/integration/websocket/config/WebSocketParserTests-context.xml +++ b/spring-integration-websocket/src/test/java/org/springframework/integration/websocket/config/WebSocketParserTests-context.xml @@ -20,7 +20,7 @@ handshake-handler="handshakeHandler" handshake-interceptors="handshakeInterceptor" decorator-factories="decoratorFactory" - allowed-origins="http://foo.com"> + allowed-origins="https://example.com">