Skip to content

Commit 591fc33

Browse files
test(conf): add changelog_subject_only to expected settings
Followup to fix(changelog): the new default key broke `tests/test_conf.py::TestReadCfg` because the expected `Settings` literals pinned the full dict and didn''t know about the new field. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7898cd0 commit 591fc33

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"changelog_incremental": False,
101101
"changelog_start_rev": None,
102102
"changelog_merge_prerelease": False,
103+
"changelog_subject_only": False,
103104
"update_changelog_on_bump": False,
104105
"use_shortcuts": False,
105106
"major_version_zero": False,
@@ -140,6 +141,7 @@
140141
"changelog_incremental": False,
141142
"changelog_start_rev": None,
142143
"changelog_merge_prerelease": False,
144+
"changelog_subject_only": False,
143145
"update_changelog_on_bump": False,
144146
"use_shortcuts": False,
145147
"major_version_zero": False,

0 commit comments

Comments
 (0)