diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-08-11 22:18:30 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-08-11 22:18:30 +0100 |
| commit | b56d376ff87cfc7fc599f40e13338a3c1a489877 (patch) | |
| tree | d1082a5039477778ce48c3008363f450ecc19921 /tests | |
| parent | Bump version and update changelog (diff) | |
| download | paper2remarkable-b56d376ff87cfc7fc599f40e13338a3c1a489877.tar.gz paper2remarkable-b56d376ff87cfc7fc599f40e13338a3c1a489877.zip | |
Fix failing unit test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_ui.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_ui.py b/tests/test_ui.py index 7ab5099..5747eb9 100644 --- a/tests/test_ui.py +++ b/tests/test_ui.py @@ -101,13 +101,13 @@ class TestUI(unittest.TestCase): ), ( JMLR, - "http://www.jmlr.org/papers/volume17/14-526/14-526.pdf", - "http://www.jmlr.org/papers/volume17/14-526/14-526.pdf", + "https://www.jmlr.org/papers/volume17/14-526/14-526.pdf", + "https://www.jmlr.org/papers/volume17/14-526/14-526.pdf", ), ( JMLR, - "http://www.jmlr.org/papers/v10/xu09a.html", - "http://www.jmlr.org/papers/v10/xu09a.html", + "https://www.jmlr.org/papers/v10/xu09a.html", + "https://www.jmlr.org/papers/v10/xu09a.html", ), ( PMLR, |
