Mercurial > silorider
diff tests/test_commands_populate.py @ 61:91dea4fe31ec
Fix another unit test to be more explicit about where the feed is.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 28 Oct 2023 11:57:36 -0700 |
parents | 1db1890edcf5 |
children |
line wrap: on
line diff
--- a/tests/test_commands_populate.py Sat Oct 28 11:57:04 2023 -0700 +++ b/tests/test_commands_populate.py Sat Oct 28 11:57:36 2023 -0700 @@ -1,6 +1,6 @@ feed1 = """ -<html><body> +<html><body class="h-feed"> <article class="h-entry"> <h1 class="p-name">A new article</h1> <div class="e-content"> @@ -21,7 +21,7 @@ feed2 = """ -<html><body> +<html><body class="h-feed"> <article class="h-entry"> <h1 class="p-name">First article</h1> <div><time class="dt-published" datetime="2018-01-07T09:30:00-00:00"></time></div>