Skip to content

Commit 456f790

Browse files
authored
Revert ci user (#6934)
* use same ci user as viewer * revert ci user
1 parent 3d6cd15 commit 456f790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/fixtures/hub.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
from huggingface_hub.hf_api import HfApi, RepositoryNotFoundError
1010

1111

12-
CI_HUB_USER = "DSUser"
13-
CI_HUB_USER_FULL_NAME = "Dummy Datasets User"
14-
CI_HUB_USER_TOKEN = "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"
12+
CI_HUB_USER = "__DUMMY_TRANSFORMERS_USER__"
13+
CI_HUB_USER_FULL_NAME = "Dummy User"
14+
CI_HUB_USER_TOKEN = "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"
1515

1616
CI_HUB_ENDPOINT = "https://hub-ci.huggingface.co"
1717
CI_HUB_DATASETS_URL = CI_HUB_ENDPOINT + "/datasets/{repo_id}/resolve/{revision}/{path}"

0 commit comments

Comments
 (0)