Skip to content

Commit 6974c40

Browse files
committed
test: Delete trailing slash from test
1 parent 3c16c64 commit 6974c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/seo.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe("Basic Tags Without URL", () => {
122122
cy.get('head meta[property="og:url"]').should(
123123
"have.attr",
124124
"content",
125-
"http://localhost:4321/ogBasicTagsWithoutUrl"
125+
"http://localhost:4321/ogBasicTagsWithoutUrl/"
126126
);
127127
});
128128
});

0 commit comments

Comments
 (0)