Add reference link

This commit is contained in:
Marcus Moore 2024-10-15 13:02:22 -07:00
parent 2500375400
commit 42095c0167
No known key found for this signature in database

View file

@ -560,6 +560,9 @@ class StoreAssetTest extends TestCase
$this->assertTrue($asset->assignedAssets()->find($response['payload']['id'])->is($apiAsset));
}
/**
* @link https://app.shortcut.com/grokability/story/24475
*/
public function testCompanyIdNeedsToBeInteger()
{
$this->actingAsForApi(User::factory()->createAssets()->create())