Skip to content

Commit 1bb1cd5

Browse files
committed
update the remaining test
1 parent 5583d96 commit 1bb1cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_build_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def setUp(self):
2222
def test_send_notification_none_if_wrong_version_pk(self, mock_logger):
2323
self.assertFalse(Version.objects.filter(pk=345343).exists())
2424
send_notifications(version_pk=345343, build_pk=None)
25-
mock_logger.warning.assert_called_with('Version not found for the pk = 345343')
25+
mock_logger.warning.assert_called_with("Version not found for given kwargs. {'pk': 345343}")
2626

2727

2828
def test_send_notification_none(self):

0 commit comments

Comments
 (0)