Noob_test/allure-results/9b180567-67f7-4bc7-a2fa-2fdf2af23074-attachment.txt
2026-05-15 11:34:24 +03:00

17 lines
1.1 KiB
Plaintext

Traceback (most recent call last):
File "KVSTest\features\environment.py", line 29, in after_scenario
fn()
~~^^
File "C:\Users\Степаан\PycharmProjects\work\KVSTest\testdata\subscription_test_data.py", line 235, in _cleanup_delete_subscription
_exec_or_fail(op_name="deleteSubscription(mutation)", token=ct, query=del_mut, variables={"id": subscription_id}, company_id=self.company_id)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Степаан\PycharmProjects\work\KVSTest\testdata\subscription_test_data.py", line 25, in _exec_or_fail
return execute_graphql(
query=query,
...<2 lines>...
access_token=token,
)
File "C:\Users\Степаан\PycharmProjects\work\worklib\graphql_client.py", line 314, in execute_graphql
raise RuntimeError(f"GraphQL errors: {errors}")
RuntimeError: GraphQL errors: [{'message': 'Not Found', 'code': 'Client Error', 'status': 404, 'description': 'The server has not found anything matching the Request-URI'}]