Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
arscan committed Feb 2, 2024
1 parent d5a5e61 commit eaebcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inferno/repositories/test_runs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def last_test_run(test_session_id)
.order(Sequel.desc(:updated_at))
.limit(1)
.to_a
.map { |record| record.to_json_data.deep_symbolize_keys! }
.map { |record| record.to_json_data(json_serializer_options).deep_symbolize_keys! }
&.first
&.to_hash

Expand Down

0 comments on commit eaebcc4

Please sign in to comment.