From 50a535c2453f438a5bfbfc3bc7275c8dafc2f422 Mon Sep 17 00:00:00 2001 From: SidharthBansal Date: Sat, 27 Jun 2020 01:52:08 +0530 Subject: [PATCH] Change the image for test_load_from_url --- lib/matplotlib/tests/test_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/tests/test_image.py b/lib/matplotlib/tests/test_image.py index b5fd6e6fe938..9eb1b45e49df 100644 --- a/lib/matplotlib/tests/test_image.py +++ b/lib/matplotlib/tests/test_image.py @@ -713,7 +713,7 @@ def test_minimized_rasterized(): def test_load_from_url(): - path = Path(__file__).parent / "baseline_images/test_image/imshow.png" + path = Path(__file__).parent / "baseline_images/pngsuite/basn3p04.png" url = ('file:' + ('///' if sys.platform == 'win32' else '') + path.resolve().as_posix())