From 1b3c6ada3b7d5a002afa089aa16422a9e3d0fa0d Mon Sep 17 00:00:00 2001 From: Kyomotoi Date: Sun, 12 Jun 2022 15:24:35 +0800 Subject: =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20=E8=A7=A3=E5=86=B3=20mainland?= =?UTF-8?q?=20=E6=97=A0=E6=B3=95=E8=AE=BF=E9=97=AE=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_plugin_anime_search.py | 2 +- test/test_plugin_saucenao.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_plugin_anime_search.py b/test/test_plugin_anime_search.py index 2782ba9..04c8847 100644 --- a/test/test_plugin_anime_search.py +++ b/test/test_plugin_anime_search.py @@ -23,7 +23,7 @@ async def test_saucenao(app: App): msg = Message( MessageSegment.image( - "https://cdn.jsdelivr.net/gh/Kyomotoi/CDN@master/noting/88674944_p0.png" + "https://fastly.jsdelivr.net/gh/Kyomotoi/CDN@master/noting/88674944_p0.png" ) ) event = make_fake_event(_message=msg)() diff --git a/test/test_plugin_saucenao.py b/test/test_plugin_saucenao.py index 2782ba9..04c8847 100644 --- a/test/test_plugin_saucenao.py +++ b/test/test_plugin_saucenao.py @@ -23,7 +23,7 @@ async def test_saucenao(app: App): msg = Message( MessageSegment.image( - "https://cdn.jsdelivr.net/gh/Kyomotoi/CDN@master/noting/88674944_p0.png" + "https://fastly.jsdelivr.net/gh/Kyomotoi/CDN@master/noting/88674944_p0.png" ) ) event = make_fake_event(_message=msg)() -- cgit v1.2.3