Skip to content

Commit c123d69

Browse files
committed
Fixed test.
1 parent e4b33e5 commit c123d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/modules/fanBidAdapter_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe('freedomadnetworkAdapter', function() {
135135
const reqTest = requests.find(r => r.url === 'http://localhost:8001/ortb');
136136
expect(reqTest).to.exist;
137137
expect(reqTest.method).to.equal('POST');
138-
expect(reqTest.options.contentType).to.equal('application/json');
138+
expect(reqTest.options.contentType).to.equal('text/plain');
139139
expect(reqTest.options.withCredentials).to.be.false;
140140

141141
// The data payload should have 'imp' array with one impression

0 commit comments

Comments
 (0)