handle(); Http::assertNothingSent(); }); it('blocks queued Discord notifications to IPv4-mapped link-local URLs', function () { Http::fake(); $job = new SendMessageToDiscordJob( new DiscordMessage('Test', 'Description', DiscordMessage::infoColor()), 'http://[::ffff:169.254.169.254]/' ); $job->handle(); Http::assertNothingSent(); });