Skip to content

Commit ec9c42d

Browse files
authored
style has been fixed (#763)
1 parent eba6b41 commit ec9c42d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ydb/tests/fq/http_api/test_http_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_simple_analitycs_query(self):
122122
def test_empty_query(self):
123123
client = self.create_client()
124124
try:
125-
result = client.create_query()
125+
client.create_query()
126126
except Exception as e:
127127
assert "\"message\":\"text\'s length is not in [1; 102400]" in e.args[0]
128128
return

ydb/tests/fq/s3/test_empty.py

-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ def test_empty(self, kikimr, client):
2020
assert "message: \"text\\\'s length is not in [1; 102400]" in e.args[0]
2121
return
2222
assert False
23-

0 commit comments

Comments
 (0)