Skip to content

Commit 178c57c

Browse files
committed
build fix. Updated hardcoded URL to use the updated value.
1 parent 132336b commit 178c57c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/metadata.spec.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ test.describe('Page Metadata Checks', () => {
2929

3030
test.beforeAll(async () => {
3131
// Replace with your sitemap URL
32-
const sitemapUrl = 'http://localhost:8080/sitemap.xml';
32+
const sitemapUrl = 'http://localhost:8081/sitemap.xml';
33+
3334
routes = await getRoutesFromSitemap(sitemapUrl);
3435
});
3536

0 commit comments

Comments
 (0)