Skip to content

Commit 405eff5

Browse files
committed
test: add unit test to confirm absence of pageToken param in listBuckets request, which causes the 1000+ buckets infinite pagination loop
1 parent b5478ff commit 405eff5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google/cloud/storage/internal/rest/stub_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ using ::testing::Contains;
3939
using ::testing::ElementsAre;
4040
using ::testing::Eq;
4141
using ::testing::HasSubstr;
42-
using ::testing::IsTrue;
4342
using ::testing::Matcher;
4443
using ::testing::Pair;
4544
using ::testing::ResultOf;

0 commit comments

Comments
 (0)