Noob_test/allure-results/2d851b70-4c20-4aa1-a2ad-c8e67cdfc381-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 25, in after_scenario
fn()
~~^^
File "C:\Users\Степаан\PycharmProjects\work\KVSTest\testdata\subscription_test_data.py", line 232, in _cleanup_delete_subscription
_exec_or_fail(op_name="deleteSubscription(mutation)", token=token, 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'}]