Skip to content

Bump coverage from 7.6.1 to 7.6.4 #1024

Bump coverage from 7.6.1 to 7.6.4

Bump coverage from 7.6.1 to 7.6.4 #1024

Triggered via pull request October 21, 2024 16:11
Status Success
Total duration 45s
Artifacts

label.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 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/02y1lNfmmoHF0v0iZ7VVHV/permissions?fields=all Access to this resource has been restricted
test_task_definition_templates.test_template_permissions_update: tests/jms/test_task_definition_templates.py#L299
AssertionError: assert 2 == 1 + where 2 = len([Permission(permission_type='user',value_id='d13fb8c9-786f-48c2-957c-f5f81b308800',value_name='repadmin',role='admin'), Permission(permission_type='organization',value_id='onprem_account',value_name='onprem_account',role='reader')])
test_task_definition_templates.test_template_anyone_permission: tests/jms/test_task_definition_templates.py#L324
AssertionError: assert 2 == 1 + where 2 = len([Permission(permission_type='user',value_id='d13fb8c9-786f-48c2-957c-f5f81b308800',value_name='repadmin',role='admin'), Permission(permission_type='organization',value_id='onprem_account',value_name='onprem_account',role='reader')])
test_task_definition_templates.test_template_delete: tests/jms/test_task_definition_templates.py#L394
AssertionError: assert 2 == 1 + where 2 = len([Permission(permission_type='user',value_id='2869614d-d4da-4233-bdac-3a6449a3a4bc',value_name='testuser-b4c5ca1c',role='admin'), Permission(permission_type='organization',value_id='onprem_account',value_name='onprem_account',role='reader')])
test_exceptions.test_client_error: tests/test_exceptions.py#L71
AssertionError: assert '403 Forbidden' == '404 Not Found' - 404 Not Found + 403 Forbidden