12 lines
212 B
YAML
12 lines
212 B
YAML
suite: test cron job
|
|
templates:
|
|
- cronJob.yaml
|
|
tests:
|
|
- it: Should set schedule
|
|
set:
|
|
schedule: "*/1 * * * *"
|
|
asserts:
|
|
- equal:
|
|
path: spec.schedule
|
|
value: "*/1 * * * *"
|