Skip to content

Commit

Permalink
Merge pull request #13 from roboteam-digital/alexander-mart-patch-2
Browse files Browse the repository at this point in the history
doc: fix assert expected string
  • Loading branch information
wmakeev authored Nov 3, 2023
2 parents 7338554 + 54c27b8 commit bea7aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bea7aeb

Please sign in to comment.