aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-08-11 22:18:30 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-08-11 22:18:30 +0100
commitb56d376ff87cfc7fc599f40e13338a3c1a489877 (patch)
treed1082a5039477778ce48c3008363f450ecc19921 /tests
parentBump version and update changelog (diff)
downloadpaper2remarkable-b56d376ff87cfc7fc599f40e13338a3c1a489877.tar.gz
paper2remarkable-b56d376ff87cfc7fc599f40e13338a3c1a489877.zip
Fix failing unit test
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ui.py8
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,