File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.2.1
2+
3+ - [ FIXED] Notifier ` msg_ ` methods are now accurately found based on check ` test_ ` method names.
4+
15# 1.2.0
26
37- [ NEW] Added branch option to retrieving commit details from the Github service.
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515"""Compliance automation package."""
1616
17- __version__ = '1.2.0 '
17+ __version__ = '1.2.1 '
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def messages(self):
6262
6363 msg_method = 'get_notification_message'
6464 if len (test_obj .tests ) > 1 :
65- candidate = method_name .replace ('test_' , 'msg_' )
65+ candidate = method_name .replace ('test_' , 'msg_' , 1 )
6666 if hasattr (test_obj , candidate ):
6767 msg_method = candidate
6868
You can’t perform that action at this time.
0 commit comments