Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: google_apis/drive/drive_api_url_generator_unittest.cc

Issue 2894513003: Fetch files shared in Team Drives by specifying allTeamDrives corpora. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: google_apis/drive/drive_api_url_generator_unittest.cc
diff --git a/google_apis/drive/drive_api_url_generator_unittest.cc b/google_apis/drive/drive_api_url_generator_unittest.cc
index 43bc4524b7d1d840cb30127e1c8afae6af33d30f..88a82d97b324d1f60d1156aeddf21dc335be7f35 100644
--- a/google_apis/drive/drive_api_url_generator_unittest.cc
+++ b/google_apis/drive/drive_api_url_generator_unittest.cc
@@ -204,8 +204,8 @@ TEST_F(DriveApiUrlGeneratorTest, GetFilesListUrl) {
const std::string kV2FilesUrlPrefix =
"https://www.example.com/drive/v2/files";
const std::string kV2FilesUrlPrefixWithTeamDrives =
- "https://www.example.com/drive/v2/files?"
- "supportsTeamDrives=true&includeTeamDriveItems=true";
+ "https://www.example.com/drive/v2/files?supportsTeamDrives=true&"
+ "includeTeamDriveItems=true&corpora=default%2CallTeamDrives";
for (size_t i = 0; i < arraysize(kTestPatterns); ++i) {
EXPECT_EQ(kV2FilesUrlPrefix +
« google_apis/drive/drive_api_url_generator.cc ('K') | « google_apis/drive/drive_api_url_generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698