Add tests for delete license endpoint

This commit is contained in:
Marcus Moore
2024-09-16 12:33:30 -07:00
parent 446e962a50
commit 60a54cee79
2 changed files with 88 additions and 1 deletions
@@ -220,7 +220,6 @@ class LicensesController extends Controller
*/
public function destroy($id) : JsonResponse
{
//
$license = License::findOrFail($id);
$this->authorize('delete', $license);