just-api icon indicating copy to clipboard operation
just-api copied to clipboard

Failing tests in master: otherverbs and urlencodedformpost

Open matmar10 opened this issue 5 years ago • 0 comments

A few tests are failing in master:

  150 passing (34s)
  2 failing

  1) Other verbs
       "before all" hook:

      AssertionError: expected 1 to equal 0
      + expected - actual

      -1
      +0
      
      at Context.<anonymous> (test/cli/otherverbs.spec.js:13:36)

  2) url encoded form post
       "before all" hook:

      AssertionError: expected 0 to equal 1
      + expected - actual

      -0
      +1
      
      at Context.<anonymous> (test/cli/urlencodedformpost.spec.js:21:48)

matmar10 avatar Jul 25 '20 18:07 matmar10