Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Jul 3, 2024
1 parent d8a9745 commit f93c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RedmineExtension/RedmineInstance.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private function runHealthChecks(RedmineVersion $version): void

if ($data === false || $statusCode !== 200) {
throw new InvalidArgumentException(sprintf(
'Could not connect to Redmine server at %s, please make sure that Redmine %s has running a docker service in /docker-composer.yml and is correctly configured in /tests/Behat/behat.yml.',
'Could not connect to Redmine server at %s, please make sure that Redmine %s has a docker service in /docker-composer.yml and is correctly configured in /tests/Behat/behat.yml.',
$this->redmineUrl,
$version->asString(),
));
Expand Down

0 comments on commit f93c4fc

Please sign in to comment.