Bug - Fix watch clone (#1647)

This commit is contained in:
dgtlmoon
2023-06-27 17:05:32 +02:00
committed by GitHub
parent 8cbf8e8f57
commit 5f150c4f03
7 changed files with 98 additions and 30 deletions

View File

@@ -112,6 +112,7 @@ def test_import_distillio(client, live_server):
# did the tags work?
res = client.get( url_for("index"))
# check tags
assert b"nice stuff" in res.data
assert b"nerd-news" in res.data