Skip to content

Commit

Permalink
Address PR Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Sep 26, 2024
1 parent dd46f94 commit 1c639a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ describe('Bing Ads Event Forwarder', function() {
done();
});

it('should ignore Unspecified Consent Settings if NOT explicitly defined in Consent State', function(done) {
it('should default to `granted` if Consent Settings are `Unspecified`', function(done) {
mParticle.forwarder.init(
{
tagId: 'tagId',
Expand Down

0 comments on commit 1c639a8

Please sign in to comment.