Polish URL Cleanup

Fixes: gh-6626
This commit is contained in:
Rob Winch
2019-03-19 19:04:51 -05:00
parent 2bf126f4cf
commit e9de49efef
2 changed files with 1 additions and 2 deletions

View File

@@ -501,7 +501,7 @@ public class HttpHeadersConfigTests {
.andExpect(status().isOk())
.andExpect(header().string(
"Public-Key-Pins-Report-Only",
"max-age=5184000 ; pin-sha256=\"d6qzRu9zOECb90Uez27xWltNsj0e1Md7GkYYkVoZWmM=\" ; report-uri=\"http://example.net/pkp-report\""))
"max-age=5184000 ; pin-sha256=\"d6qzRu9zOECb90Uez27xWltNsj0e1Md7GkYYkVoZWmM=\" ; report-uri=\"https://example.net/pkp-report\""))
.andExpect(excludesDefaults());
}