Skip to content

Commit 207c8a8

Browse files
rwkymajormoses
authored andcommitted
Fixed #37
Updated domain garron.net to oskuro.net as per chromium/hstspreload.org#147
1 parent 1c960c5 commit 207c8a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md).
55

66
## [Unreleased]
7+
- `check-ssl-hsts-preloadable.rb`: Fixed testing warnings for if a domain can be HSTS preloaded (@rwky)
78

89
## [1.5.0] - 2017-09-26
910
### Added

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] = 'garron.net'
23+
check.config[:domain] = 'oskuro.net'
2424
expect(check).to receive(:warning).and_raise SystemExit
2525
expect { check.run }.to raise_error SystemExit
2626
end

0 commit comments

Comments
 (0)