Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <diosmosis@users.noreply.github.com>2019-05-19 10:28:38 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-05-19 10:29:01 +0300
commit1f3aaa588f7b755c195fa019d369d5b982b4cc78 (patch)
tree07ae11b919e5aaed8d1f7e40c09852b25c70322f /plugins
parentb887bac6684f1e3be434cc1b72bef83995c609c9 (diff)
fix test
Diffstat (limited to 'plugins')
-rw-r--r--plugins/UsersManager/tests/Integration/APITest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UsersManager/tests/Integration/APITest.php b/plugins/UsersManager/tests/Integration/APITest.php
index 27c83ec306..2841a7baf3 100644
--- a/plugins/UsersManager/tests/Integration/APITest.php
+++ b/plugins/UsersManager/tests/Integration/APITest.php
@@ -988,7 +988,7 @@ class APITest extends IntegrationTestCase
/**
* @expectedException \Exception
- * @expectedExceptionMessage abc
+ * @expectedExceptionMessage UsersManager_CurrentPasswordNotCorrect
*/
public function test_setSuperUserAccess_failsIfCurrentPasswordIsIncorrect()
{