Commit 3aee34b58278c234f524fd4067cc0d889f4acd03
1 parent
e23fd82c
Exists in
master
and in
1 other branch
fix spec after previous failure on this spec
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/models/error_report_spec.rb
... | ... | @@ -57,7 +57,7 @@ describe ErrorReport do |
57 | 57 | context "with notice generate by Airbrake gem" do |
58 | 58 | let(:xml) { Airbrake::Notice.new( |
59 | 59 | :exception => Exception.new, |
60 | - :api_key => 'API_KEY', | |
60 | + :api_key => 'APIKEY', | |
61 | 61 | :project_root => Rails.root |
62 | 62 | ).to_xml } |
63 | 63 | it 'save a notice' do | ... | ... |