Skip to content

Commit

Permalink
test: Delete trailing slash from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmerlin committed Feb 19, 2024
1 parent 3c16c64 commit 6974c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/seo.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe("Basic Tags Without URL", () => {
cy.get('head meta[property="og:url"]').should(
"have.attr",
"content",
"http://localhost:4321/ogBasicTagsWithoutUrl"
"http://localhost:4321/ogBasicTagsWithoutUrl/"
);
});
});
Expand Down

0 comments on commit 6974c40

Please sign in to comment.