summaryrefslogtreecommitdiff
path: root/core/tests/Albums_Controller_Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests/Albums_Controller_Test.php')
-rw-r--r--core/tests/Albums_Controller_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/Albums_Controller_Test.php b/core/tests/Albums_Controller_Test.php
index b43ae01b..747b7427 100644
--- a/core/tests/Albums_Controller_Test.php
+++ b/core/tests/Albums_Controller_Test.php
@@ -31,7 +31,7 @@ class Albums_Controller_Test extends Unit_Test_Case {
$_POST["name"] = "new name";
$_POST["title"] = "new title";
$_POST["description"] = "new description";
- $_POST["column"] = "id";
+ $_POST["column"] = "weight";
$_POST["direction"] = "ASC";
$_POST["csrf"] = access::csrf_token();
$_POST["_method"] = "put";