Skip to content

Commit

Permalink
update creds
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Nov 25, 2024
1 parent e66ea16 commit eeda6eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testing_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
OTHER_TOKEN = "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"

# Used to test enterprise features, typically creating private repos by default
ENTERPRISE_USER = "DVEnterpriseUser"
ENTERPRISE_ORG = "DVEnterpriseOrg"
ENTERPRISE_TOKEN = "hf_enterprise_user_token"
ENTERPRISE_USER = "EnterpriseAdmin"
ENTERPRISE_ORG = "EnterpriseOrgPrivate"
ENTERPRISE_TOKEN = "hf_enterprise_admin_token"

ENDPOINT_PRODUCTION = "https://huggingface.co"
ENDPOINT_STAGING = "https://hub-ci.huggingface.co"
Expand Down

0 comments on commit eeda6eb

Please sign in to comment.