Skip to content

Commit

Permalink
feat: [EX-3265] fix test for interpretResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpakhomov committed May 24, 2022
1 parent a5d6219 commit ada81ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/spec/modules/sovrnBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ describe('sovrnBidAdapter', function() {
const expectedResponse = {
...baseResponse,
ttl: 60000,
ad: decodeURIComponent(`<!-- Creative --><img src=<!-- NURL -->>`),
}
const result = spec.interpretResponse(response)

Expand Down

0 comments on commit ada81ff

Please sign in to comment.