Skip to content

Commit

Permalink
Fix broken integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
caddoo committed Nov 4, 2024
1 parent 8efbeef commit 8269536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/SitesManager/tests/Integration/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ public function testGetExclusionTypeForQueryParamsReturnsCorrectType($exclusionT

public function testSetExclusionTypeForQueryParamsThrowsExceptionIfInvalidValueProvided(): void
{
$this->expectExceptionMessage('The exclusion type you provided is invalid');
$this->expectExceptionMessage('ExceptionInvalidExclusionType');
API::getInstance()->setExclusionTypeForQueryParams('bad_value');
}

Expand Down

0 comments on commit 8269536

Please sign in to comment.