aboutsummaryrefslogtreecommitdiff
path: root/tests/test_local_apt.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_local_apt.py')
-rw-r--r--tests/test_local_apt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_local_apt.py b/tests/test_local_apt.py
index 6ba2a06..edd47fa 100644
--- a/tests/test_local_apt.py
+++ b/tests/test_local_apt.py
@@ -253,6 +253,7 @@ def test_local_apt_contextmanager(mock_cache_dir):
assert not apt_root.exists()
expected_conf = {
+ 'Architecture': 'amd64',
'Dir': str(apt_root),
'Dir::State': f'{apt_root}/var/lib/apt',
'Dir::State::status': f'{apt_root}/var/lib/dpkg/status',