Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Dec 28, 2023
1 parent 297fe43 commit cfa3527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Api/CustomField/ListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function testListThrowsException()
$api = new CustomField($client);

$this->expectException(UnexpectedResponseException::class);
$this->expectExceptionMessage('Redmine server has delivered an unexpected response.');
$this->expectExceptionMessage('Redmine server has responded with an unexpected body.');

// Perform the tests
$api->list();
Expand Down

0 comments on commit cfa3527

Please sign in to comment.