eladkal commented on a change in pull request #21319:
URL: https://github.com/apache/airflow/pull/21319#discussion_r800157896
##########
File path: tests/providers/google/suite/hooks/test_drive.py
##########
@@ -245,6 +245,7 @@ def test_upload_file_to_root_directory(
body={"name": "remote_path", "parents": ["root"]},
fields="id",
media_body=mock_media_file_upload.return_value,
+ supportsAllDrives=True
Review comment:
```suggestion
supportsAllDrives=True,
```
##########
File path: tests/providers/google/suite/hooks/test_drive.py
##########
@@ -274,6 +275,7 @@ def test_upload_file_to_subdirectory(
body={"name": "remote_path", "parents": ["PARENT_ID"]},
fields="id",
media_body=mock_media_file_upload.return_value,
+ supportsAllDrives=True
Review comment:
```suggestion
supportsAllDrives=True,
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]