From e818df8ff1a68477e57f38439fb9dc914f471381 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 24 Sep 2023 14:33:46 +0200 Subject: [PATCH] deprecated is done in cfgyaml --- tests/test_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_install.py b/tests/test_install.py index 2767280..fb3b14d 100644 --- a/tests/test_install.py +++ b/tests/test_install.py @@ -28,7 +28,7 @@ def fake_config(path, dotfiles, profile, file.write('actions:\n') for action in actions: file.write(f' {action.key}: {action.action}\n') - file.write('trans:\n') + file.write('trans_install:\n') for trans in transs: file.write(f' {trans.key}: {trans.action}\n') file.write('config:\n')