Skip to content

Commit 31905f1

Browse files
committed
Ensures cronjob is enabled
Adds cronjob enable parameter to the API module. Relates to UPS-5853
1 parent 1de45d6 commit 31905f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/classes/uitpas/api/cron_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
context "with portbase => 14800" do
129129
let(:params) { {
130130
'portbase' => 14800,
131+
'cron_enabled' => true
131132
} }
132133

133134
it { is_expected.to contain_cron('uitpas enduser clearcheckincodes').with(

0 commit comments

Comments
 (0)