Skip to content

Commit

Permalink
Changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Oct 1, 2023
1 parent 3c618c8 commit 33a19db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/parsers/systemd_journal.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@ def testParseCompactZSTD(self):
'recovery_warning')
self.assertEqual(number_of_warnings, 0)

expected_body = 'Some large string: {0:s}'.format('A' * 512)

expected_event_values = {
'body': 'Some large string: ' + 'A'*512,
'body': expected_body,
'data_type': 'systemd:journal',
'hostname': 'DESKTOP-QCDE2BT',
'pid': '197',
Expand Down

0 comments on commit 33a19db

Please sign in to comment.