Skip to content

Commit 94e304c

Browse files
committed
ci: added HfHubHTTPError handling in integration tests
1 parent 63c7342 commit 94e304c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

argilla-server/tests/unit/api/handlers/v1/datasets/test_export_dataset_to_hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from argilla_server.constants import API_KEY_HEADER_NAME
2323

2424
from tests.factories import AdminFactory, DatasetFactory, AnnotatorFactory, RecordFactory
25-
from huggingface_hub import HfHubHTTPError
25+
from huggingface_hub.errors import HfHubHTTPError
2626

2727

2828
@pytest.mark.asyncio

0 commit comments

Comments
 (0)