Skip to content

Commit b0ec744

Browse files
committed
Remove expect when logging out errors
1 parent d7604ea commit b0ec744

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/helpers.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
jasmine.DEFAULT_TIMEOUT_INTERVAL = 360000; // 6 minutes
22

33
function errorHandler(err) {
4-
expect(err.status).toBe(true);
5-
expect(err.data).toBe(true);
64
if (err.data) {
75
log(err.data);
86
} else {

0 commit comments

Comments
 (0)