From: Christian Weiske Date: Mon, 27 Jun 2011 17:09:19 +0000 (+0200) Subject: fix typo X-Git-Tag: v0.98.0~22 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9eab02af5f6212b417a6aef095d55e6c5d8fc616;p=semanticscuttle.git fix typo --- diff --git a/tests/www/rssTest.php b/tests/www/rssTest.php index 1822fc9..9d4e41b 100644 --- a/tests/www/rssTest.php +++ b/tests/www/rssTest.php @@ -78,7 +78,7 @@ class www_rssTest extends TestBaseApi $user = $this->us->getUser($uId); $req->setMethod(HTTP_Request2::METHOD_POST); - $req->setUrl($this->getTestUrl('/' . $user['username'] . '?sort=date_desc&privatekey=' . $user['privatekey'])); + $req->setUrl($this->getTestUrl('/' . $user['username'] . '?sort=date_desc&privatekey=' . $user['privateKey'])); $response = $req->send(); $response_body = $response->getBody();