diff --git a/packages/framework/tests/Feature/Services/BuildTaskServiceTest.php b/packages/framework/tests/Feature/Services/BuildTaskServiceTest.php index c2718e304ba..dde62bd8f1f 100644 --- a/packages/framework/tests/Feature/Services/BuildTaskServiceTest.php +++ b/packages/framework/tests/Feature/Services/BuildTaskServiceTest.php @@ -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')