Skip to content

Commit

Permalink
API-1 - Logging API codeless block improvement(added and fixed tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
macbookpro committed Feb 19, 2024
1 parent 54a0e59 commit 36e71cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ describe('<Logging>', function() {
logger.debug({foo: 'bar'})
logger.debug(['foo', 123, true, false, null, undefined, { bar: 123 }])

await Utils.wait(1100)
await Backendless.Logging.flush()

expect(req.body.map(b => b.message)).to.deep.equal([
'0',
Expand Down

0 comments on commit 36e71cf

Please sign in to comment.