mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'MDL-65249-master-fix' of https://github.com/snake/moodle
This commit is contained in:
commit
61cd6fe9b0
@ -283,7 +283,7 @@ class core_session_redis_testcase extends advanced_testcase {
|
||||
$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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user