Skip to content

Commit 3d6cd15

Browse files
authored
update ci user (#6933)
1 parent 88d53d1 commit 3d6cd15

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