Skip to content

Commit

Permalink
kcidb/monitor/test_output: update test with over limit body
Browse files Browse the repository at this point in the history
Update test to increate body text size according to
increased maximum allowed size for notification
body to keep it over limit length.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and spbnick committed Sep 12, 2024
1 parent 541f7e1 commit ed1b8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kcidb/monitor/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def test_subject_and_body_length():
notification_message = NotificationMessage(
["[email protected]"],
subject="Test completed for linux.git:123" * 10,
body="Below is the summary of results Kernel CI database has recorded " * 70
body="Below is the summary of results Kernel CI database has recorded " * 1200
)
notification = Notification(revision, "test_subscription_6", notification_message)
message = notification.render()
Expand Down

0 comments on commit ed1b8b9

Please sign in to comment.