Skip to content

Commit fddb92f

Browse files
committed
test(commands): add run-level option to show command output
1 parent 8cdab1a commit fddb92f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ func TestShowSchedules(t *testing.T) {
310310
schedule backup@default:
311311
at: daily
312312
permission: auto
313+
run-level: auto
313314
command-output: auto
314315
priority: standard
315316
lock-mode: default
@@ -318,6 +319,7 @@ schedule backup@default:
318319
schedule check@default:
319320
at: weekly
320321
permission: auto
322+
run-level: auto
321323
command-output: auto
322324
priority: standard
323325
lock-mode: default

0 commit comments

Comments
 (0)