Skip to content

Commit 0b83469

Browse files
committed
ily greptile
1 parent ca9a1f7 commit 0b83469

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/tests/daily/connectors/google_drive/test_service_acct.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def test_specific_user_email_shared_with_me(
511511
mock_get_api_key: MagicMock,
512512
google_drive_service_acct_connector_factory: Callable[..., GoogleDriveConnector],
513513
) -> None:
514-
print("\n\nRunning test_specific_user_emails_restricted_folder")
514+
print("\n\nRunning test_specific_user_email_shared_with_me")
515515

516516
# Test with admin email - should get 1 doc
517517
connector = google_drive_service_acct_connector_factory(
@@ -535,6 +535,5 @@ def test_specific_user_email_shared_with_me(
535535
# expected += ['perm_sync_doc_0ACOrCU1EMD1hUk9PVA_ab63b976-effb-49af-84e7-423d17a17dd7']
536536
# expected += ['file_22.txt'] # Shared drive
537537

538-
print(docs)
539538
doc_titles = set(doc.semantic_identifier for doc in docs)
540539
assert doc_titles == set(expected)

0 commit comments

Comments
 (0)