Skip to content

Commit b1d3a6e

Browse files
jspaletamajormoses
authored andcommitted
make rubocop happy
1 parent 402afd8 commit b1d3a6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/check-ssl-hsts-preloadable_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
expect(check).to receive(:ok).and_raise SystemExit
1919
expect { check.run }.to raise_error SystemExit
2020
end
21-
21+
2222
##
2323
# Disabled 2020/06/24 JDS
2424
# Reason: the hsts-preloadable check depends on a domain lookup from https://hstspreload.org/
2525
# There's no way to assure that an indexed domain at hstspreload.org will have a warning
26-
# The previously tested domain 'oskuro.net' no longer issues a warning
27-
# as its now incompliance with the hsts preload requirements.
26+
# The previously tested domain 'oskuro.net' no longer issues a warning
27+
# as its now incompliance with the hsts preload requirements.
2828
##
2929
# it 'should pass check if the domain is preloadedable but has warnings' do
3030
# check.config[:domain] = 'oskuro.net'

0 commit comments

Comments
 (0)