Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Sep 21, 2024
1 parent 0722881 commit f4fe027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/events.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ afterAll(() => {
describe("Event related tests", () => {
beforeEach(() => {
server.use(
http.get("https://plugin-a.internal/manifest.json", () =>
http.get("https://plugin-a.internal/manifest", () =>
HttpResponse.json({
name: "plugin",
commands: {
Expand Down

0 comments on commit f4fe027

Please sign in to comment.