eventsource icon indicating copy to clipboard operation
eventsource copied to clipboard

[WIP] Improve testing robustness

Open stanciuadrian opened this issue 7 years ago • 0 comments

HTTP headers are case insensitive and so should the comparisons be. The lowercase version of the expected headers are compared with the lowercase version of the received ones.

WIP: Updated reqwest version in test to 0.8.8 (latest available on 0.8.*. It would be interesting to remove the package version from the tests and I am trying to fix this too.

stanciuadrian avatar Oct 31 '18 20:10 stanciuadrian