body: json()

in src/test-routes/error-with-secrets.ts [17:31]


      body: json({
        error: {
          code: "Unauthorized",
          message: "The user 'user@contoso.com' is unauthorized.",
          details: [
            {
              code: "UnauthorizedSharedKey",
              innererror: "Shared key 1c88a67921784300a462b2cb61da2339 is not permitted access.",
            },
          ],
          token: "1c88a67921784300a462b2cb61da2339",
        },
        primaryKey: "1c88a67921784300a462b2cb61da2339",
        connectionString: "Key1=1c88a67921784300a462b2cb61da2339",
      }),