remove feed url from publisher dashboard
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Abel Luck 2026-06-02 10:56:36 +02:00
parent e4a5246ab3
commit 2147d9c999
3 changed files with 27 additions and 11 deletions

View file

@ -1149,7 +1149,8 @@ def test_render_publisher_shows_published_feeds_with_publisher_actions(
assert body.count("Published feeds") == 1
assert "Publisher source" in body
assert 'href="/feeds/publisher-source/feed.rss"' in body
assert "Feed URL" not in body
assert 'href="/feeds/publisher-source/feed.rss"' not in body
assert "Available" in body
assert "Next run" in body
assert "Disk usage" not in body