Skip to content

Commit

Permalink
style has been fixed (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorooleg authored Dec 28, 2023
1 parent eba6b41 commit ec9c42d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ydb/tests/fq/http_api/test_http_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ydb/tests/fq/s3/test_empty.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ec9c42d

Please sign in to comment.