Skip to content

Commit d0f0433

Browse files
committed
CloudAsset: Fix sample code for ListAssets
1 parent 4cc3871 commit d0f0433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset/test/assetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function testListAssets()
6565
$this->runEventuallyConsistentTest(function () use ($assetName) {
6666
$output = $this->runFunctionSnippet('list_assets', [
6767
'projectId' => self::$projectId,
68-
'assetTypes' => ['storage.buckets'],
68+
'assetTypes' => ['storage.googleapis.com/Bucket'],
6969
'pageSize' => 1000,
7070
]);
7171

0 commit comments

Comments
 (0)