From 963a9ab35f58f1f3ff5ca2822aed3b908717bb68 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 7 Nov 2009 22:36:23 +0000 Subject: combined the two different pams into one and fixed an issue with hmac authentication git-svn-id: http://code.elgg.org/elgg/trunk@3635 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/tests/services/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/tests/services') diff --git a/engine/tests/services/api.php b/engine/tests/services/api.php index 66fff268d..28a7a64bc 100644 --- a/engine/tests/services/api.php +++ b/engine/tests/services/api.php @@ -257,7 +257,7 @@ class ElggCoreServicesApiTest extends ElggCoreUnitTest { // api key methods public function testApiAuthenticate() { - $this->assertFalse(api_authenticate()); + $this->assertFalse(pam_authenticate(null, "api")); } public function testApiAuthKeyNoKey() { -- cgit v1.2.3