We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bdb7e commit 3363f33Copy full SHA for 3363f33
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Tests/APICoreDispatcherTestCase.inc
@@ -137,7 +137,7 @@ class APICoreDispatcherTestCase extends TestCase {
137
$dispatcher->schedule = '* 12 * * *';
138
$dispatcher_cron_job = $dispatcher->setup_schedule();
139
$cron_job_cmd = '/usr/local/pkg/RESTAPI/.resources/scripts/manage.php notifydispatcher Dispatcher';
140
- $this->assert_equals($dispatcher_cron_job->minute->value, "@$dispatcher->schedule");
+ $this->assert_equals($dispatcher_cron_job->minute->value, $dispatcher->schedule);
141
$this->assert_equals($dispatcher_cron_job->command->value, $cron_job_cmd);
142
143
# Delete the CronJob
0 commit comments