citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
445 stars 135 forks source link

fix(citrus-http): accept status code interface #1159

Closed bbortt closed 1 month ago

bbortt commented 1 month ago

Http Message actions should use interface HttpStatusCode instead of concrete implementation HttpStatus. otherwise, custom response codes are not allowed.