Skip to content

Commit a31cc55

Browse files
committed
tests: fix expected exception
1 parent 5b8d535 commit a31cc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MatomoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function testNoPeriodOrDate(): void
182182
*/
183183
public function testInvalidAccessToken(): void
184184
{
185-
$this->expectException(InvalidResponseException::class);
185+
$this->expectException(InvalidRequestException::class);
186186

187187
$this->_matomo->setToken('403');
188188
$this->assertTrue(true);

0 commit comments

Comments
 (0)