Skip to content

Commit c3de44d

Browse files
committed
Update
1 parent 49a812e commit c3de44d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

tests/data/test_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"archinstall-language": "English",
3+
"script": "test_script",
34
"audio_config": {
45
"audio": "pipewire"
56
},

tests/test_args.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_default_args(monkeypatch: MonkeyPatch) -> None:
3131
creds_decryption_key=None,
3232
silent=False,
3333
dry_run=False,
34-
script='guided',
34+
script=None,
3535
mountpoint=Path('/mnt'),
3636
skip_ntp=False,
3737
skip_wkd=False,
@@ -127,6 +127,7 @@ def test_config_file_parsing(
127127

128128
assert arch_config == ArchConfig(
129129
version='3.0.2',
130+
script='test_script',
130131
locale_config=LocaleConfiguration(
131132
kb_layout='us',
132133
sys_lang='en_US',

0 commit comments

Comments
 (0)