diff options
author | Kyomotoi <[email protected]> | 2022-06-12 15:24:35 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-06-12 15:24:35 +0800 |
commit | 1b3c6ada3b7d5a002afa089aa16422a9e3d0fa0d (patch) | |
tree | fcfeda8363f75b56440a5d97989499856fcba420 /test | |
parent | 1b9e597225ef3da5a298d21ce16f0f7428f6dd57 (diff) | |
download | ATRI-1b3c6ada3b7d5a002afa089aa16422a9e3d0fa0d.tar.gz ATRI-1b3c6ada3b7d5a002afa089aa16422a9e3d0fa0d.tar.bz2 ATRI-1b3c6ada3b7d5a002afa089aa16422a9e3d0fa0d.zip |
🚑️ 解决 mainland 无法访问资源
Diffstat (limited to 'test')
-rw-r--r-- | test/test_plugin_anime_search.py | 2 | ||||
-rw-r--r-- | test/test_plugin_saucenao.py | 2 |
2 files changed, 2 insertions, 2 deletions
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)() |