Skip to content

Commit

Permalink
Merge branch 'MDL-65249-35-fix' of https://github.com/snake/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_35_STABLE
  • Loading branch information
stronk7 committed Jun 26, 2019
2 parents 09325c5 + 522a84d commit da6a75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/session_redis_test.php
Expand Up @@ -283,7 +283,7 @@ public function test_exception_when_connection_attempts_exceeded() {
$actual = $e->getMessage();
}

$expected = 'Failed to connect (try 5 out of 5) to redis at 127.0.0.1:111111';
$expected = 'Failed to connect (try 5 out of 5) to redis at ' . TEST_SESSION_REDIS_HOST . ':111111';
$this->assertDebuggingCalledCount(5);
$this->assertContains($expected, $actual);
}
Expand Down

0 comments on commit da6a75f

Please sign in to comment.