Skip to content

Commit

Permalink
removing erroring part of test
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Sep 16, 2024
1 parent 48aa5ce commit ae763bf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/Functional/SiteCommandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,6 @@ public function testSiteInfoNoArgCommand()

public function testSiteLabelCommand()
{
$this->mockSiteName = uniqid('site-label-');
$command = sprintf(
'site:create %s %s drupal9',
$this->mockSiteName,
$this->mockSiteName
);
$this->terminus(
$command,
[sprintf('--org=%s', $this->getOrg()), '--quiet']
);
$label = 'test-label';
$this->terminus(
sprintf('site:label %s %s', $this->mockSiteName, $label),
Expand Down

0 comments on commit ae763bf

Please sign in to comment.