Skip to content

Commit

Permalink
Update test to set base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 13, 2024
1 parent 4f85baf commit 4bd9f8f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class BuildTaskServiceTest extends TestCase
*/
public function testBuildCommandCanRunBuildTasks()
{
config(['hyde.url' => 'https://example.com']);

$this->artisan('build')
->expectsOutputToContain('Removing all files from build directory')
->expectsOutputToContain('Generating sitemap')
Expand Down

0 comments on commit 4bd9f8f

Please sign in to comment.