script/integration_test.rb in airbrake-3.0.9 vs script/integration_test.rb in airbrake-3.1.0
- old
+ new
@@ -12,10 +12,10 @@
require 'rails/init'
fail "Please supply an API Key as the first argument" if ARGV.empty?
host = ARGV[1]
-host ||= "airbrake.io"
+host ||= "api.airbrake.io"
secure = (ARGV[2] == "secure")
exception = begin
raise "Testing airbrake notifier with secure = #{secure}. If you can see this, it works."