Skip to content

Commit f3c90ef

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 9b67674 commit f3c90ef

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
@@ -383,7 +383,7 @@ async def test_list_functions_search(
383383
)
384384

385385
for search_term, expected_number in [("Dummy", 10), ("Dummy2", 5)]:
386-
# Search for the function by name
386+
# Search for the function by title
387387
functions, _ = await functions_rpc.list_functions(
388388
rabbitmq_rpc_client=rpc_client,
389389
user_id=logged_user["id"],

0 commit comments

Comments
 (0)