We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a812e commit c3de44dCopy full SHA for c3de44d
2 files changed
tests/data/test_config.json
@@ -1,5 +1,6 @@
1
{
2
"archinstall-language": "English",
3
+ "script": "test_script",
4
"audio_config": {
5
"audio": "pipewire"
6
},
tests/test_args.py
@@ -31,7 +31,7 @@ def test_default_args(monkeypatch: MonkeyPatch) -> None:
31
creds_decryption_key=None,
32
silent=False,
33
dry_run=False,
34
- script='guided',
+ script=None,
35
mountpoint=Path('/mnt'),
36
skip_ntp=False,
37
skip_wkd=False,
@@ -127,6 +127,7 @@ def test_config_file_parsing(
127
128
assert arch_config == ArchConfig(
129
version='3.0.2',
130
+ script='test_script',
131
locale_config=LocaleConfiguration(
132
kb_layout='us',
133
sys_lang='en_US',
0 commit comments