mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-76739 lang: Use the fixed strings in the tests, too
This commit is contained in:
parent
975a127325
commit
50ba9dc72c
30 changed files with 120 additions and 120 deletions
|
@ -136,7 +136,7 @@ class validate_quiz_access_test extends \advanced_testcase {
|
|||
*/
|
||||
public function test_no_keys_provided() {
|
||||
$this->expectException(\invalid_parameter_exception::class);
|
||||
$this->expectExceptionMessage('At least one SEB key must be provided.');
|
||||
$this->expectExceptionMessage('At least one Safe Exam Browser key must be provided.');
|
||||
validate_quiz_keys::execute($this->quiz->cmid, 'https://www.example.com/moodle');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue