Skip to content

Commit

Permalink
try fix: add secret allowedOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-cronic committed Dec 6, 2023
1 parent 0321789 commit 890c8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/__tests__/ui/events.search.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe("/events/search", () => {
});

afterAll(async () => {
// await driver.close();
await driver.close();
await Event.deleteMany();
await mongoose.disconnect();
await mongoose.connection.close();
Expand Down

0 comments on commit 890c8bc

Please sign in to comment.