mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-64943 lang: Fix regression in the test caused by the reworded string
This commit is contained in:
parent
d5cdc97b2f
commit
4c73fd62b0
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class core_tag_external_testcase extends externallib_advanced_testcase {
|
||||||
core_external::update_inplace_editable('core_tag', 'tagname', $tag->id, 'new tag name');
|
core_external::update_inplace_editable('core_tag', 'tagname', $tag->id, 'new tag name');
|
||||||
$this->fail('Exception expected');
|
$this->fail('Exception expected');
|
||||||
} catch (moodle_exception $e) {
|
} catch (moodle_exception $e) {
|
||||||
$this->assertEquals('Sorry, but you do not currently have permissions to do that (Manage all tags)',
|
$this->assertEquals('Sorry, but you do not currently have permissions to do that (Manage all tags).',
|
||||||
$e->getMessage());
|
$e->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue