Skip to content

Commit 9b67674

Browse files
wvangeitCopilot
andauthored
Update services/web/server/tests/unit/with_dbs/04/functions/test_functions_controller_rpc.py
Co-authored-by: Copilot <[email protected]>
1 parent 5e76a27 commit 9b67674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/04/functions/test_functions_controller_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ async def test_list_functions_search(
407407
(str(registered_functions[mock_function_dummy2.title][0].uid)[:8], 1),
408408
("DescriptionDummy2", 5),
409409
]:
410-
# Search for the function by name
410+
# Search for the function by name, description, or UUID (multi-column search)
411411
functions, _ = await functions_rpc.list_functions(
412412
rabbitmq_rpc_client=rpc_client,
413413
user_id=logged_user["id"],

0 commit comments

Comments
 (0)