Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
review update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Jan 25, 2024
1 parent f832ff9 commit 5e231d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpobs/tests/unittests/test_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ def test_preloaded(self):
self.assertTrue(result['pass'])
self.assertTrue(result['preloaded'])

# dropboxusercontent.com is preloaded, but only for HPKP, not HSTS
# dropboxusercontent.com is not preloaded
self.reqs['responses']['https'].url = 'https://dropboxusercontent.com/'

result = strict_transport_security(self.reqs)
Expand Down

0 comments on commit 5e231d3

Please sign in to comment.