File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md ) .
5
5
6
6
## [ Unreleased]
7
+ - ` check-ssl-hsts-preloadable.rb ` : Fixed testing warnings for if a domain can be HSTS preloaded (@rwky )
7
8
8
9
## [ 1.5.0] - 2017-09-26
9
10
### Added
Original file line number Diff line number Diff line change 20
20
end
21
21
22
22
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'
24
24
expect ( check ) . to receive ( :warning ) . and_raise SystemExit
25
25
expect { check . run } . to raise_error SystemExit
26
26
end
You can’t perform that action at this time.
0 commit comments