Traceback (most recent call last):
  File "KVSTest\features\environment.py", line 21, in after_scenario
    fn()
    ~~^^
  File "C:\Users\Степаан\PycharmProjects\work\KVSTest\testdata\subscription_test_data.py", line 230, 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 191, 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'}]
