Skip to content

Commit f93c4fc

Browse files
committed
Fix error message
1 parent d8a9745 commit f93c4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RedmineExtension/RedmineInstance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private function runHealthChecks(RedmineVersion $version): void
101101

102102
if ($data === false || $statusCode !== 200) {
103103
throw new InvalidArgumentException(sprintf(
104-
'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.',
104+
'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.',
105105
$this->redmineUrl,
106106
$version->asString(),
107107
));

0 commit comments

Comments
 (0)