From b60d3b481aa613d9404918e7b13d5b49460c3fba Mon Sep 17 00:00:00 2001 From: Kirill Sizov Date: Fri, 26 Aug 2022 20:38:33 +0300 Subject: [PATCH] fix remote image link (#4871) --- tests/python/rest_api/test_remote_url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/rest_api/test_remote_url.py b/tests/python/rest_api/test_remote_url.py index 0ea28709..a30535d0 100644 --- a/tests/python/rest_api/test_remote_url.py +++ b/tests/python/rest_api/test_remote_url.py @@ -58,6 +58,6 @@ class TestGetAnalytics: def test_can_create(self, find_users): user = find_users(privilege='admin')[0]['username'] - remote_resources = ['https://cvat-ai.github.io/cvat/favicons/favicon-32x32.png'] + remote_resources = ['https://opencv.github.io/cvat/favicons/favicon-32x32.png'] self._test_can_create(user, self.task_id, remote_resources)