Commit e1609c60cf719dff128bdf4597f6d59d545a6b63

Authored by Cyril Mougel
1 parent c645a1b4
Exists in master and in 1 other branch production

fix issue with ruby 1.8 because sha1::hexidigest change

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/models/error_report_spec.rb
... ... @@ -142,7 +142,7 @@ describe ErrorReport do
142 142 it 'find the correct err for the notice' do
143 143 Fabricate(
144 144 :err, {
145   - :fingerprint => 'eeb6cc484167899c061e7859008c4b23bae0851c',
  145 + :fingerprint => error_report.fingerprint,
146 146 :problem => Fabricate(:problem, :resolved => true)
147 147 }
148 148 )
... ...