move webhook tests into unit tests

This commit is contained in:
Vehikl 2025-07-24 16:53:56 -04:00
parent b838c87af7
commit 59f4679fd1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Tests\Feature\Webhooks; namespace App\Tests\Unit\Webhooks;
use App\Jobs\ProcessWebhook; use App\Jobs\ProcessWebhook;
use App\Models\Server; use App\Models\Server;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Tests\Feature\Webhooks; namespace App\Tests\Unit\Webhooks;
use App\Events\Server\Installed; use App\Events\Server\Installed;
use App\Jobs\ProcessWebhook; use App\Jobs\ProcessWebhook;