Skip to content

Commit

Permalink
Remove unwanted abort
Browse files Browse the repository at this point in the history
  • Loading branch information
amitbadala committed Oct 27, 2023
1 parent d574fc0 commit 883662f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/end-to-end/signup.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,6 @@ describe("SuperTokens SignUp", function () {
Object.keys(customFields).every((key) => {
assert.strictEqual(data[key], customFields[key]);
});
// remove it after updating backend to handle the custom fields
return request.abort();
}
return request.continue();
};
Expand Down

0 comments on commit 883662f

Please sign in to comment.