diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-04-05 00:29:58 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-02 11:27:29 +0100 |
| commit | 5def7f3f743d0bb178546586245ad88a84b69390 (patch) | |
| tree | 0596bbe899c098a02585fa0caee2304b0e205204 /tests/utils_tests | |
| parent | d75c387f46c55459a2daf071e5463bad0ad7dcbd (diff) | |
| download | django-5def7f3f743d0bb178546586245ad88a84b69390.tar.gz | |
Updated various links to HTTPS and new locations.
Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
Diffstat (limited to 'tests/utils_tests')
| -rw-r--r-- | tests/utils_tests/test_crypto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils_tests/test_crypto.py b/tests/utils_tests/test_crypto.py index 9dbfd9fe57..d6e0774bf3 100644 --- a/tests/utils_tests/test_crypto.py +++ b/tests/utils_tests/test_crypto.py @@ -58,7 +58,7 @@ class TestUtilsCryptoMisc(SimpleTestCase): class TestUtilsCryptoPBKDF2(unittest.TestCase): - # http://tools.ietf.org/html/draft-josefsson-pbkdf2-test-vectors-06 + # https://tools.ietf.org/html/draft-josefsson-pbkdf2-test-vectors-06 rfc_vectors = [ { "args": { |
