Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lagoan committed Jun 5, 2024
1 parent d9ab0fa commit 09f95e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/pushmi_pullyu/logging_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class LoggerTest
# Get the JSON object from the log file
json_data = JSON.parse(File.read("#{tmp_log_dir}/preservation_events.json").split("\n").last[/{.+}/])
expect(json_data).to include(
'event_type' => 'fail_and_retry',
'event_type' => 'failure',
'entity_type' => 'items',
'entity_uuid' => 'e2ec88e3-3266-4e95-8575-8b04fac2a679',
'try_attempt' => 15,
Expand Down

0 comments on commit 09f95e9

Please sign in to comment.