Skip to content

Commit 2063328

Browse files
schlotterLee-W
authored andcommitted
test(test_conf.py): extend settings dict by new option
1 parent 80d0811 commit 2063328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"post_bump_hooks": ["scripts/slack_notification.sh"],
6464
"prerelease_offset": 0,
6565
"encoding": "utf-8",
66+
"always_signoff": False,
6667
}
6768

6869
_new_settings = {
@@ -87,6 +88,7 @@
8788
"post_bump_hooks": ["scripts/slack_notification.sh"],
8889
"prerelease_offset": 0,
8990
"encoding": "utf-8",
91+
"always_signoff": False,
9092
}
9193

9294
_read_settings = {

0 commit comments

Comments
 (0)