Skip to content

Commit

Permalink
fix(test): product redirect test
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Sep 6, 2023
1 parent ee3d723 commit 4416c2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/fetchUrl.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ const { fetch } = require('undici')
const Moysklad = require('..')

test('fetchUrl redirect', async t => {
// TODO 2023-07-31 Редирект перестал выполняться (исправление или ошибка в API?) #fkjs94ys
t.plan(1)
t.plan(2)

const ms = Moysklad({ fetch })

Expand Down

0 comments on commit 4416c2e

Please sign in to comment.