Skip to content

Commit 7b8963b

Browse files
Update tests for dedicated activity modal actions
1 parent 2144d66 commit 7b8963b

2 files changed

Lines changed: 34 additions & 34 deletions

File tree

modules/tests/CATSWebTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ public function addContact($firstName, $lastName, $companyID, $title)
343343
public function addPipelineActivity($candidateID, $jobOrderID,
344344
$activityTypeID, $activityNote)
345345
{
346-
/* Add the candidate. */
346+
/* Add the activity entry. */
347347
$this->assertPOST(
348-
$this->_indexURL . '?m=candidates&a=addActivityChangeStatus',
348+
$this->_indexURL . '?m=candidates&a=addActivity',
349349
array(
350350
'postback' => 'postback',
351351
'addActivity' => 'on',

0 commit comments

Comments
 (0)