UNPKG

@microsoft.azure/autorest.testserver

Version:
13 lines 480 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const api_1 = require("../api"); api_1.app.category("vanilla", () => { api_1.app.patch("/mergePatchJson/single", "PassMergePatchObject", (req) => { req.expect.containsHeader("content-type", "application/merge-patch+json"); req.expect.containsHeader("content-length", "14"); return { status: 200, }; }); }); //# sourceMappingURL=merge-patch-json.js.map