From 899ae5cf480db431e4e0611b951f75929b7578a4 Mon Sep 17 00:00:00 2001 From: Oleg Doronin Date: Thu, 28 Dec 2023 07:36:57 +0000 Subject: [PATCH] style has been fixed --- ydb/tests/fq/http_api/test_http_api.py | 2 +- ydb/tests/fq/s3/test_empty.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ydb/tests/fq/http_api/test_http_api.py b/ydb/tests/fq/http_api/test_http_api.py index c514210f711e..245f96843255 100644 --- a/ydb/tests/fq/http_api/test_http_api.py +++ b/ydb/tests/fq/http_api/test_http_api.py @@ -122,7 +122,7 @@ def test_simple_analitycs_query(self): def test_empty_query(self): client = self.create_client() try: - result = client.create_query() + client.create_query() except Exception as e: assert "\"message\":\"text\'s length is not in [1; 102400]" in e.args[0] return diff --git a/ydb/tests/fq/s3/test_empty.py b/ydb/tests/fq/s3/test_empty.py index a964e46c1bde..df3adfec39e9 100644 --- a/ydb/tests/fq/s3/test_empty.py +++ b/ydb/tests/fq/s3/test_empty.py @@ -20,4 +20,3 @@ def test_empty(self, kikimr, client): assert "message: \"text\\\'s length is not in [1; 102400]" in e.args[0] return assert False -