Skip to content

Commit 450cf05

Browse files
committed
Remove gcsUri
1 parent f06781c commit 450cf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/test/languageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function testEntities()
119119
public function testEntitiesFromStorageObject()
120120
{
121121
$output = $this->runCommand('entities', [
122-
'gcsUri' => $this->gcsFile()
122+
'content' => $this->gcsFile()
123123
]);
124124
$this->assertContains('Name: Barack Obama', $output);
125125
$this->assertContains('Type: PERSON', $output);

0 commit comments

Comments
 (0)