File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
backend/tests/daily/connectors/google_drive Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ def test_specific_user_email_shared_with_me(
511
511
mock_get_api_key : MagicMock ,
512
512
google_drive_service_acct_connector_factory : Callable [..., GoogleDriveConnector ],
513
513
) -> None :
514
- print ("\n \n Running test_specific_user_emails_restricted_folder " )
514
+ print ("\n \n Running test_specific_user_email_shared_with_me " )
515
515
516
516
# Test with admin email - should get 1 doc
517
517
connector = google_drive_service_acct_connector_factory (
@@ -535,6 +535,5 @@ def test_specific_user_email_shared_with_me(
535
535
# expected += ['perm_sync_doc_0ACOrCU1EMD1hUk9PVA_ab63b976-effb-49af-84e7-423d17a17dd7']
536
536
# expected += ['file_22.txt'] # Shared drive
537
537
538
- print (docs )
539
538
doc_titles = set (doc .semantic_identifier for doc in docs )
540
539
assert doc_titles == set (expected )
You can’t perform that action at this time.
0 commit comments