Skip to content

Commit c707bdb

Browse files
committed
temporary change because
CheckSSLHSTSPreloadable CRITICAL: Invalid Certificate Chain
1 parent ecc08e0 commit c707bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/check-ssl-hsts-preloadable_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
end
2121

2222
it 'should pass check if the domain is preloadedable but has warnings' do
23-
check.config[:domain] = 'oskuro.net'
23+
check.config[:domain] = 'airbrake.io'
2424
expect(check).to receive(:warning).and_raise SystemExit
2525
expect { check.run }.to raise_error SystemExit
2626
end

0 commit comments

Comments
 (0)