Skip to content

Commit e41d480

Browse files
committed
Raise error
1 parent 8181888 commit e41d480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
def get_commit_message():
1414
commit_msg = os.getenv("COMMIT_MESSAGE", "")
15+
raise ValueError(commit_msg)
1516
return commit_msg.lower()
1617

1718

0 commit comments

Comments
 (0)