Skip to content

Commit

Permalink
Few more REP to HPS
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoNegri committed Dec 14, 2023
1 parent 105255b commit da46ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansys/hps/client/auth/authenticate.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def authenticate(
**kwargs,
):
"""
Authenticate user with either password or refresh token against REP authentication service.
Authenticate user with either password or refresh token against HPS authentication service.
If successful, the response includes access and refresh tokens.
Parameters
Expand Down
2 changes: 1 addition & 1 deletion ansys/hps/client/jms/api/jms_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def restore_project(jms_api, archive_path):
# Upload archive to FS API
archive_name = os.path.basename(archive_path)

bucket = f"rep-client-restore-{uuid.uuid4()}"
bucket = f"hps-client-restore-{uuid.uuid4()}"
fs_file_url = f"{jms_api.client.url}/fs/api/v1/{bucket}/{archive_name}"
ansfs_file_url = f"ansfs://{bucket}/{archive_name}" # noqa: E231

Expand Down

0 comments on commit da46ad8

Please sign in to comment.