finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

MS Teams test fails on Windows system due to CR LF characters #339

Closed pankaj-a-khandelwal-db closed 2 years ago

pankaj-a-khandelwal-db commented 2 years ago

Bug Report

Steps to Reproduce:

mvn clean test -P symphony-ci

Expected Result:

All tests should pass

Actual Result:

Tests from MS Teams Bot starter module fails due to mismatch in CR LF characters in Actual vs Expected outputs

Environment:

Fails on Windows, works on Mac