Skip to content

Commit f51c50f

Browse files
author
Arseny Bolotnikov
committed
tests
1 parent 761ecf5 commit f51c50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/fq/http_api/test_http_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_invalid_id(self):
121121
assert resp.status_code == 404
122122

123123
resp = client.restart_query(query_id="snova nevalidno")
124-
assert resp.status_code == 404s
124+
assert resp.status_code == 404
125125

126126
def test_warning(self):
127127
with self.create_client() as client:

0 commit comments

Comments
 (0)