Skip to content

Commit

Permalink
Merge pull request #32 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Nov 28, 2024
2 parents 1ce5a60 + 0742fc9 commit 6531c4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Added
- RestAssured blacklisted headers support on Response, by @HardNorth

## [5.3.5]
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public Response filter(FilterableRequestSpecification requestSpec, FilterableRes
} else {
emitLog(HttpEntityFactory.createHttpResponseFormatter(
response,
headerConverter,
myHeaderConverter,
cookieConverter,
contentPrettiers,
bodyTypeMap
Expand Down

0 comments on commit 6531c4e

Please sign in to comment.