From 8891a36e70d7d00c886630222efb78a73242ab39 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 26 Jul 2013 09:52:09 +1200 Subject: [PATCH] Enotice compliance for mailing test --- tests/phpunit/api/v3/MailingTest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/api/v3/MailingTest.php b/tests/phpunit/api/v3/MailingTest.php index d08fa72ec7..d6e2665fe4 100644 --- a/tests/phpunit/api/v3/MailingTest.php +++ b/tests/phpunit/api/v3/MailingTest.php @@ -1,5 +1,5 @@ callAPIAndDocument('mailing', 'create', $this->_params, __FUNCTION__, __FILE__); $jobs = $this->callAPISuccess('mailing_job', 'get', array('mailing_id' => $result['id'])); $this->assertEquals(1, $jobs['count']); - unset($params['created_id']);// return isn't working on this in getAndCheck so lets not check it for now + unset($this->_params['created_id']);// return isn't working on this in getAndCheck so lets not check it for now $this->getAndCheck($this->_params, $result['id'], 'mailing'); } -- 2.25.1