Fix test_task_definition_templates failures #1026
label.yml
on: pull_request
Syncer
29s
commenter
1s
Set labels
3s
Annotations
4 errors
test_task_definition_templates.test_template_permissions:
tests/jms/test_task_definition_templates.py#L211
ansys.hps.client.exceptions.ClientError: 403 Client Error: 403 Forbidden for: GET https://localhost:8443/hps/jms/api/v1/task_definition_templates/02y3Oq3z16Ugz0GPuoSzUB/permissions?fields=all
Access to this resource has been restricted
|
test_exceptions.test_client_error:
tests/test_exceptions.py#L71
AssertionError: assert '403 Forbidden' == '404 Not Found'
- 404 Not Found
+ 403 Forbidden
|
test_projects.test_project_copy:
tests/jms/test_projects.py#L148
ansys.hps.client.exceptions.HPSError: Failed to copy projects with ids = ['02y6ipmi3Iv37nZ4DxwcRJ'].
|
test_exceptions.test_client_error:
tests/test_exceptions.py#L71
AssertionError: assert '403 Forbidden' == '404 Not Found'
- 404 Not Found
+ 403 Forbidden
|