Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Вызов метода api_v2_test_points_search_post для нового тест плана падает с ошибкой: Invalid type for variable 'last_test_result' #33

Open
ilya2010ujl opened this issue Apr 27, 2024 · 0 comments

Comments

@ilya2010ujl
Copy link

Привет
ТК

  1. Создать тест план
  2. Добавить любой набор, в моем случае только автоматизированные ТК
  3. Выполнить
    configuration = create_configuration()
    with testit_api_client.ApiClient(configuration) as api_client:
        api_instance = test_points_api.TestPointsApi(api_client)
        api_v2_test_points_search_post_request = ApiV2TestPointsSearchPostRequest(test_plan_ids=[test_plan_id])

        try:
            # Search for test points
            api_response = api_instance.api_v2_test_points_search_post(api_v2_test_points_search_post_request=api_v2_test_points_search_post_request)
            print(api_response)
        except testit_api_client.ApiException as e:
            print("Exception when calling TestPointsApi->api_v2_test_points_search_post: %s\n" % e)

ФР: Ошибка:
testit_api_client.exceptions.ApiTypeError: Invalid type for variable 'last_test_result'. Required value type is TestPointShortGetModelLastTestResult and passed type was NoneType at ['received_data'][0]['last_test_result']
Если вызвать тот же самый кусок кода для тест плана, в котором проставлены результаты выполнения каждого ТК, проходит успешно.
Так же через swagger работают оба случая.
Предполагаю, что работает некорректно, так как поле lastTestResult может быть равно null
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant