diff options
Diffstat (limited to 'modules/path')
-rw-r--r-- | modules/path/path.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.test b/modules/path/path.test index f29233f51..9ad9d6098 100644 --- a/modules/path/path.test +++ b/modules/path/path.test @@ -183,7 +183,7 @@ class PathTaxonomyTermTestCase extends DrupalWebTestCase { $edit['name'] = $this->randomName(); $edit['description'] = $this->randomName(); $edit['path[alias]'] = $this->randomName(); - $this->drupalPost('admin/structure/taxonomy/1/list/add', $edit, t('Save')); + $this->drupalPost('admin/structure/taxonomy/1/add', $edit, t('Save')); // Confirm that the alias works. $this->drupalGet($edit['path[alias]']); |