Skip to content

Commit

Permalink
remove redundant limit
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal authored Jul 4, 2024
1 parent 36901e4 commit f00e548
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis-server/tests/routers/ibis/test_clickhouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def test_query_join(self, clickhouse: ClickHouseContainer):
connection_info = self.to_connection_info(clickhouse)
response = client.post(
url=f"{self.base_url}/query",
params={"limit": 1},
json={
"connectionInfo": connection_info,
"manifestStr": self.manifest_str,
Expand Down

0 comments on commit f00e548

Please sign in to comment.