Skip to content

Commit f0733d3

Browse files
committed
fields not field
1 parent 0bdbe60 commit f0733d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/EnvCommandsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public function testInfoCommand()
327327
public function testInfoCommandWithDrushVersion()
328328
{
329329
$envInfo = $this->terminusJsonResponse(
330-
sprintf('env:info %s --field=drush_version', $this->getSiteEnv())
330+
sprintf('env:info %s --fields=drush_version', $this->getSiteEnv())
331331
);
332332
$this->assertArrayHasKey(
333333
'drush_version',

0 commit comments

Comments
 (0)