Skip to content

Commit

Permalink
ci: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jul 25, 2024
1 parent 371d4c5 commit 978e2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/meteor/tests/end-to-end/api/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ describe('[Users]', () => {
.end(done);
});
it("should return an error when registering a user's name with invalid characters: >, <, /, or \\", (done) => {
request
void request
.post(api('users.register'))
.send({
email,
Expand Down Expand Up @@ -1343,7 +1343,7 @@ describe('[Users]', () => {
});
});
it('should prevent users from passing server-side request forgery (SSRF) payloads as avatarUrl', (done) => {
request
void request
.post(api('users.setAvatar'))
.set(credentials)
.send({
Expand Down

0 comments on commit 978e2d1

Please sign in to comment.