diff --git a/spec/src/modules/tracker.js b/spec/src/modules/tracker.js index db005f3d..09e59df8 100644 --- a/spec/src/modules/tracker.js +++ b/spec/src/modules/tracker.js @@ -4508,7 +4508,7 @@ describe('ConstructorIO - Tracker', () => { // Response expect(responseParams).to.have.property('method').to.equal('POST'); - expect(responseParams).to.have.property('message').to.equal('Conversion type must be one of add_to_wishlist, add_to_cart, like, message, make_offer, read. If you wish to use custom conversion types, please set is_custom_type to true and specify a display_name.'); + expect(responseParams).to.have.property('message').to.equal('conversion type must be one of add_to_wishlist, add_to_cart, like, message, make_offer, read. If you wish to use custom types, please set is_custom_type to true and specify a display_name.'); done(); });