Skip to content

Commit 969bd6a

Browse files
committed
fixup! install 7/n: answerfile generation
No functional impact on the test, but this ghost of an old answerfile-dict convention causes issues to upcoming type hints.
1 parent 531ee00 commit 969bd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/install/test_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# of the test in one run
88
@pytest.mark.answerfile(lambda: AnswerFile("INSTALL").top_append(
99
{"TAG": "source", "type": "local"},
10-
{"TAG": "primary-disk", "text": "nvme0n1"},
10+
{"TAG": "primary-disk", "CONTENTS": "nvme0n1"},
1111
))
1212
@pytest.mark.parametrize("parm", [
1313
1,

0 commit comments

Comments
 (0)