From 31b3b496382c76509e5ebd16ea4d6dbb884e001c Mon Sep 17 00:00:00 2001 From: Andre Rodrigues Date: Sat, 26 Oct 2013 20:06:53 +0100 Subject: [PATCH] Adding recording --- test/recordings/token-tests.nock.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/recordings/token-tests.nock.js diff --git a/test/recordings/token-tests.nock.js b/test/recordings/token-tests.nock.js new file mode 100644 index 000000000..4025f5183 --- /dev/null +++ b/test/recordings/token-tests.nock.js @@ -0,0 +1,16 @@ +// This file has been autogenerated. + +exports.scopes = [[function (nock) { +var result = +nock('https://management.core.windows.net:443') + .get('/db1ab6f0-4769-4b27-930e-01e2ef9c123c/services/WebSpaces') + .reply(200, "Normalhk1East AsiaeastasiawebspaceVirtualDedicatedPlanReady279b0675-cf67-467f-98f0-67ae31eb540fNormalBLUEast USeastuswebspaceVirtualDedicatedPlanReady279b0675-cf67-467f-98f0-67ae31eb540fNormalCH1North Central USnorthcentraluswebspaceVirtualDedicatedPlanReady279b0675-cf67-467f-98f0-67ae31eb540fNormalDB3North EuropenortheuropewebspaceVirtualDedicatedPlanReady279b0675-cf67-467f-98f0-67ae31eb540fNormalAM2West EuropewesteuropewebspaceVirtualDedicatedPlanReady279b0675-cf67-467f-98f0-67ae31eb540fNormalbayWest USwestuswebspaceVirtualDedicatedPlanReady279b0675-cf67-467f-98f0-67ae31eb540f", { 'cache-control': 'private', + 'content-length': '2732', + 'content-type': 'application/xml; charset=utf-8', + server: '1.0.6198.12 (rd_rdfe_stable.131001-0757) Microsoft-HTTPAPI/2.0', + 'x-ms-servedbyregion': 'ussouth', + 'x-aspnet-version': '4.0.30319', + 'x-powered-by': 'ASP.NET', + 'x-ms-request-id': 'b2dee40d61b12d399c4f519b9815b69e', + date: 'Sat, 26 Oct 2013 18:30:03 GMT' }); + return result; }]]; \ No newline at end of file