Skip to content

Commit f06781c

Browse files
committed
Fix gcsUri in test
1 parent 5088680 commit f06781c

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-
'content' => $this->gcsFile()
122+
'gcsUri' => $this->gcsFile()
123123
]);
124124
$this->assertContains('Name: Barack Obama', $output);
125125
$this->assertContains('Type: PERSON', $output);

0 commit comments

Comments
 (0)