mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix failing tests
This commit is contained in:
parent
fa82e19c1f
commit
4d6ddd0af3
3 changed files with 5 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class TestWebAssetsRelativeURLS(TestWebAssets):
|
|||
|
||||
self.check_link_tag(
|
||||
'.././theme/gen/style.{0}.min.css'.format(CSS_HASH),
|
||||
os.path.join(self.temp_path, 'category/misc.html'))
|
||||
os.path.join(self.temp_path, 'category/yeah.html'))
|
||||
|
||||
|
||||
class TestWebAssetsAbsoluteURLS(TestWebAssets):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue