diff --git a/tests/manager/models/test_vfolder.py b/tests/manager/models/test_vfolder.py index 29ac977ae88..e814748e9d4 100644 --- a/tests/manager/models/test_vfolder.py +++ b/tests/manager/models/test_vfolder.py @@ -175,12 +175,12 @@ def get_graphquery_context(database_engine: ExtendedAsyncSAEngine) -> GraphQuery }, ], ids=[ - "Batchload a vfolder with id", - "Batchload multiple vfolders with ids", - "Batchload a vfolder with user_id", - "Batchload a vfolder with user_id and domain_name", - "Batchload a vfolder with user_id and invalid domain_name", - "Batchload a vfolder with group_id", + "Batchload a vfolder by id", + "Batchload multiple vfolders by ids", + "Batchload a vfolder by user_id", + "Batchload a vfolder by user_id and domain_name", + "Batchload a vfolder by user_id and invalid domain_name", + "Batchload a vfolder by group_id", ], ) async def test_batch_load_by_id(