We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc08e0 commit c707bdbCopy full SHA for c707bdb
1 file changed
test/check-ssl-hsts-preloadable_spec.rb
@@ -20,7 +20,7 @@
20
end
21
22
it 'should pass check if the domain is preloadedable but has warnings' do
23
- check.config[:domain] = 'oskuro.net'
+ check.config[:domain] = 'airbrake.io'
24
expect(check).to receive(:warning).and_raise SystemExit
25
expect { check.run }.to raise_error SystemExit
26
0 commit comments