Skip to content

Commit

Permalink
Fixes for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Dec 6, 2024
1 parent 70938fc commit a7475fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/SystemSettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function test_doNotChangeCaseOfUtmParameters_default()
public function test_doNotChangeCaseOfUtmParameters_shouldThrowException()
{
$this->expectException(\Exception::class);
$this->expectExceptionMessage('The value for the "Retain campaign parameter capitalisation" field in the "MarketingCampaignsReporting" plugin is not allowed');
$this->expectExceptionMessage('The value for the "Keep campaign parameter capitalisation" field in the "MarketingCampaignsReporting" plugin is not allowed');
$this->settings->doNotChangeCaseOfUtmParameters->setValue('aa');
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7475fc

Please sign in to comment.