From f2aea45f4a532343a79768095c9bc99c3ceeff45 Mon Sep 17 00:00:00 2001 From: Tim Mallezie Date: Mon, 18 May 2015 17:52:01 +0200 Subject: [PATCH] cleanup and fix tests --- tests/phpunit/api/v3/OpenIDTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/api/v3/OpenIDTest.php b/tests/phpunit/api/v3/OpenIDTest.php index 3bb28f349a..e1ab7d1094 100644 --- a/tests/phpunit/api/v3/OpenIDTest.php +++ b/tests/phpunit/api/v3/OpenIDTest.php @@ -47,11 +47,11 @@ class api_v3_OpenIDTest extends CiviUnitTestCase { parent::setUp(); $this->useTransaction(TRUE); - $this->_entity = 'openID'; + $this->_entity = 'OpenID'; $this->_contactID = $this->organizationCreate(); $this->params = array( 'contact_id' => $this->_contactID, - 'name' => 'My OpenID handle', + 'openid' => 'My OpenID handle', 'location_type_id' => 1, ); } -- 2.25.1