diff --git a/public/javascripts/notifier.js b/public/javascripts/notifier.js
index 0545032..18aa5b5 100644
--- a/public/javascripts/notifier.js
+++ b/public/javascripts/notifier.js
@@ -506,7 +506,7 @@ printStackTrace.implementation.prototype = {
'{backtrace_lines}' +
'' +
'' +
- '{request_url}' +
+ '' +
'{request_component}' +
'{request_action}' +
'{request}' +
diff --git a/spec/fixtures/hoptoad_test_notice.xml b/spec/fixtures/hoptoad_test_notice.xml
index 699191d..add5d46 100644
--- a/spec/fixtures/hoptoad_test_notice.xml
+++ b/spec/fixtures/hoptoad_test_notice.xml
@@ -87,7 +87,7 @@
- http://example.org/verify
+
application
verify
diff --git a/spec/models/error_report_spec.rb b/spec/models/error_report_spec.rb
index c58acf6..5f32dea 100644
--- a/spec/models/error_report_spec.rb
+++ b/spec/models/error_report_spec.rb
@@ -84,7 +84,7 @@ describe ErrorReport do
end
it 'has request' do
- subject.request['url'].should == 'http://example.org/verify'
+ subject.request['url'].should == 'http://example.org/verify/cupcake=fistfight&lovebird=doomsayer'
subject.request['params']['controller'].should == 'application'
end
--
libgit2 0.21.2