Skip to content

Commit

Permalink
Change test sitemaps location and fix file location error
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdabbas committed Apr 3, 2020
1 parent c032204 commit 766c605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/sitemap-index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<sitemap>

<loc>file:///no_file_here.xml</loc>
<loc>https://www.no-file-here.xml</loc>

<lastmod>2005-01-01</lastmod>

Expand Down
2 changes: 1 addition & 1 deletion tests/test_sitemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pandas as pd
import pytest

tests_dir = 'https://github.com/eliasdabbas/advertools/tree/master/tests/'
tests_dir = 'https://raw.githubusercontent.com/eliasdabbas/advertools/master/tests/'

sitemap_url = tests_dir + 'sitemap.xml'
sitemap_gz_url = tests_dir + 'sitemap.xml.gz'
Expand Down

0 comments on commit 766c605

Please sign in to comment.