Skip to content

Commit

Permalink
fix ibis test
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Oct 16, 2024
1 parent 1b210e1 commit a39658a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibis-server/tests/routers/v3/connector/test_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,11 @@ def test_dry_plan(manifest_str):
assert response.status_code == 200
assert response.text is not None

def test_query_with_remote_function(postgres: PostgresContainer):
def test_query_with_remote_function(manifest_str, postgres: PostgresContainer):
config = get_config()
config.set_remote_function_list_path(file_path("resource/functions.csv"))

connection_info = to_connection_info(postgres)
connection_info = _to_connection_info(postgres)
response = client.post(
url=f"{base_url}/query",
json={
Expand Down

0 comments on commit a39658a

Please sign in to comment.