Copy/Paste error in message

- Fixes #297
This commit is contained in:
Jay Patel
2015-04-29 15:41:10 -05:00
parent ab334918b0
commit dce42916f4

View File

@@ -137,7 +137,7 @@ class WebhookFunctionalTest extends \PHPUnit_Framework_TestCase
break;
}
}
$this->assertTrue($found, "The Created Web Profile was not found in the get list");
$this->assertTrue($found, "The Created Webhook was not found in the get list");
$this->assertEquals($webhook->getId(), $foundObject->getId());
return $result;
}