Skip to content

Commit 1fcf375

Browse files
committed
Update config modify command
1 parent f761a20 commit 1fcf375

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.tests/e2e/test_full_run.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import pytest
32
import shutil
43
import subprocess as sp
@@ -22,9 +21,7 @@ def setup(tmpdir):
2221
[
2322
"sunbeam",
2423
"config",
25-
"modify",
26-
"-i",
27-
"-s",
24+
"--modify",
2825
f"{config_str}",
2926
f"{config_fp}",
3027
]

0 commit comments

Comments
 (0)