diff --git a/tests/Functional/SiteCommandsTest.php b/tests/Functional/SiteCommandsTest.php index 23fb03f47..7548209d3 100644 --- a/tests/Functional/SiteCommandsTest.php +++ b/tests/Functional/SiteCommandsTest.php @@ -128,7 +128,7 @@ public function testSiteInfoNoArgCommand() public function testSiteLabelCommand() { $label = uniqid('test-label'); - $command = sprintf('site:label %s "%s"', $this->getSiteName(), $label); + $command = sprintf('site:label:set %s "%s"', $this->getSiteName(), $label); $this->terminus( $command, ['--yes']