Navigation Menu

Skip to content

Commit

Permalink
Fix error fixtures to include the wfid into the fei
Browse files Browse the repository at this point in the history
  • Loading branch information
vjt committed Oct 4, 2013
1 parent 64d77d3 commit dd941a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/storage.rb
Expand Up @@ -696,7 +696,7 @@ def load_30_errors
'_id' => id,
'type' => 'errors',
'msg' => "whatever #{i}",
'wfid' => id.split('!').last)
'fei' => { 'wfid' => id.split('!').last } )

id
end
Expand Down

0 comments on commit dd941a0

Please sign in to comment.