From 4747f921a39c5879c81c211a21857237aa9267b2 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 14 Feb 2024 11:28:10 +0100 Subject: [PATCH] set sample url to github.com --- tests/test_inkycal_webshot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_inkycal_webshot.py b/tests/test_inkycal_webshot.py index 3efcb55..7105a12 100755 --- a/tests/test_inkycal_webshot.py +++ b/tests/test_inkycal_webshot.py @@ -16,7 +16,7 @@ tests = [ "name": "Webshot", "config": { "size": [400, 100], - "url": "https://www.catsuthecat.com/blogs/comics/the-one-about-regeneration", + "url": "https://github.com", "palette": "bwr", "padding_x": 10, "padding_y": 10, "fontsize": 12, "language": "en" } @@ -26,7 +26,7 @@ tests = [ "name": "Webshot", "config": { "size": [400, 200], - "url": "https://www.catsuthecat.com/blogs/comics/the-one-about-crazy-friday-nights", + "url": "https://github.com", "palette": "bwy", "padding_x": 10, "padding_y": 10, "fontsize": 12, "language": "en" } @@ -36,7 +36,7 @@ tests = [ "name": "Webshot", "config": { "size": [400, 300], - "url": "https://www.catsuthecat.com/blogs/comics/the-one-about-teamwork", + "url": "https://github.com", "palette": "bw", "padding_x": 10, "padding_y": 10, "fontsize": 12, "language": "en" } @@ -46,7 +46,7 @@ tests = [ "name": "Webshot", "config": { "size": [400, 400], - "url": "https://www.catsuthecat.com/blogs/comics/the-one-about-addictions-1", + "url": "https://github.com", "palette": "bwr", "padding_x": 10, "padding_y": 10, "fontsize": 12, "language": "en" }