We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d66a9 commit e2b21eeCopy full SHA for e2b21ee
tests/Feature/Controllers/DeleteOperationsTest.php
@@ -66,7 +66,7 @@ public function test_deleting_a_not_existing_model(): void
66
'/api/models',
67
[
68
'resources' => [
69
- 'undefined-id',
+ 999999,
70
$model->getKey()
71
],
72
0 commit comments