summaryrefslogtreecommitdiff
path: root/modules/locale/locale.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale/locale.test')
-rw-r--r--modules/locale/locale.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.test b/modules/locale/locale.test
index 327700586..fd54d6b34 100644
--- a/modules/locale/locale.test
+++ b/modules/locale/locale.test
@@ -1258,7 +1258,7 @@ class LocalePathFunctionalTest extends DrupalWebTestCase {
$node = $this->drupalCreateNode(array('type' => 'page'));
// Create a path alias in default language (English).
- $path = 'admin/build/path/add';
+ $path = 'admin/settings/path/add';
$english_path = $this->randomName(8);
$edit = array(
'src' => 'node/' . $node->nid,