Skip to content

Commit

Permalink
tweaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Sep 17, 2024
1 parent 87320b3 commit 779d9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/SiteCommandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function testSiteLabelCommand()
$this->markTestSkipped('No site found to test label command');
}
$this->terminus(
sprintf('site:label %s %s', $siteName, $label),
sprintf('site:label %s "%s" ', $siteName, $label),
['--yes']
);
$siteInfo = $this->terminusJsonResponse(sprintf('site:info %s', $this->mockSiteName));
Expand Down

0 comments on commit 779d9b5

Please sign in to comment.