We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdbe60 commit f0733d3Copy full SHA for f0733d3
tests/Functional/EnvCommandsTest.php
@@ -327,7 +327,7 @@ public function testInfoCommand()
327
public function testInfoCommandWithDrushVersion()
328
{
329
$envInfo = $this->terminusJsonResponse(
330
- sprintf('env:info %s --field=drush_version', $this->getSiteEnv())
+ sprintf('env:info %s --fields=drush_version', $this->getSiteEnv())
331
);
332
$this->assertArrayHasKey(
333
'drush_version',
0 commit comments