Skip to content

Commit 4f705e2

Browse files
committed
Update test data
1 parent ecd9634 commit 4f705e2

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

test/data/migration-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ preserve:
55
- /etc/sysconfig/proxy
66
sysctl:
77
- /etc/sysctl.conf
8+
soft_reboot: true

test/unit/migration_config_test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,7 @@ def test_get_migration_config_merge(
332332

333333
# Check no other key's exists
334334
assert list(self.config.config_data.keys()) == [
335-
'preserve',
336-
'network',
337-
'debug',
338-
'migration_product',
335+
'preserve', 'soft_reboot', 'network', 'debug', 'migration_product'
339336
]
340337

341338
def test_merge_config_dicts(self):

0 commit comments

Comments
 (0)