From 54c27b8d66539149eaf4af5dfa941697d6f38675 Mon Sep 17 00:00:00 2001 From: Alexander Mart Date: Sun, 15 Oct 2023 21:44:48 +0700 Subject: [PATCH] doc: fix assert expected string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a5a6e2..0487e0f 100644 --- a/README.md +++ b/README.md @@ -466,7 +466,7 @@ const positionUrl = `/positions/${posId}/` const url = ms.buildUrl(`entity/customerorder/` + positionUrl) -assert.equal(url, `entity/customerorder/positions/${posId}`) +assert.equal(url, `https://api.moysklad.ru/api/remap/1.2/entity/customerorder/positions/${posId}`) ``` ### parseUrl