User::factory(), 'subscriptions' => [ [ 'endpoint' => $this->faker->url(), 'keys' => [ 'p256dh' => $this->faker->sha256(), 'auth' => $this->faker->md5(), ], ], ], ]; } }