Skip to content

Commit 8016d2f

Browse files
redeploy
1 parent 798d974 commit 8016d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/postman/newman.js

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ apiTestLib.runTests(requests, require.resolve('./resource-api.postman_collection
189189
await clearTestData()
190190
}).catch(async (err) => {
191191
logger.logFullError(err)
192+
192193
// Only calling the clean up function when it is not validation error.
193194
if (err.name !== 'ValidationError') {
194195
await clearTestData()

0 commit comments

Comments
 (0)