Skip to content

Commit 9ce277d

Browse files
committed
Fix python test style
1 parent ecc7733 commit 9ce277d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ydb/tests/fq/s3/test_formats.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ def test_btc(self, kikimr, s3, client, yq_version):
105105
self.create_bucket_and_upload_file("btct.parquet", s3, kikimr)
106106
client.create_storage_connection("btct", "fbucket")
107107

108-
sql = f'''
108+
sql = '''
109109
PRAGMA s3.UseBlocksSource="true";
110110
SELECT
111111
*
112112
FROM btct.`btct.parquet`
113-
WITH (format=`parquet`,
113+
WITH (format=`parquet`,
114114
SCHEMA=(
115115
hash STRING,
116116
version INT64,
@@ -136,7 +136,6 @@ def test_btc(self, kikimr, s3, client, yq_version):
136136
assert "Error while reading file btct.parquet" in issues[0].message
137137
assert "File contains LIST field outputs and can\'t be parsed" in issues[0].issues[0].message
138138

139-
140139
@yq_all
141140
@pytest.mark.parametrize("client", [{"folder_id": "my_folder"}], indirect=True)
142141
def test_invalid_format(self, kikimr, s3, client):

0 commit comments

Comments
 (0)