Skip to content

Commit

Permalink
Add default locale on test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Aug 4, 2017
1 parent 405f985 commit 052f193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Responses/Expected/show_sitemap_static.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://localhost/</loc>
<loc>http://localhost/en_US/</loc>
<changefreq>weekly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://localhost/contact</loc>
<loc>http://localhost/en_US/contact</loc>
<changefreq>weekly</changefreq>
<priority>0.3</priority>
</url>
Expand Down

0 comments on commit 052f193

Please sign in to comment.