Skip to content

Commit 7ac4ccb

Browse files
committed
re-enable the test for snowflake
1 parent a965395 commit 7ac4ccb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ibis-server/tests/routers/v3/connector/snowflake/test_functions.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ def set_remote_function_list_path():
4343
async def test_function_list(client):
4444
config = get_config()
4545

46-
# config.set_remote_function_list_path(None)
47-
# response = await client.get(url=f"{base_url}/functions")
48-
# assert response.status_code == 200
49-
# result = response.json()
50-
# assert len(result) == DATAFUSION_FUNCTION_COUNT
46+
config.set_remote_function_list_path(None)
47+
response = await client.get(url=f"{base_url}/functions")
48+
assert response.status_code == 200
49+
result = response.json()
50+
assert len(result) == DATAFUSION_FUNCTION_COUNT
5151

5252
config.set_remote_function_list_path(function_list_path)
5353
response = await client.get(url=f"{base_url}/functions")

0 commit comments

Comments
 (0)