Skip to content

Commit

Permalink
fix tests and subsribe links
Browse files Browse the repository at this point in the history
  • Loading branch information
CGBassPlayer committed Mar 24, 2024
1 parent 4a3d731 commit eaaecfb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 1 addition & 3 deletions content/show/this-week-in-bitcoin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ header_image = "/images/shows/this-week-in-bitcoin.png"
podverse_podcast_id = "9kZDxtyEq"

[links.shownotes]
url="https://www.thisweekinbitcoin.show/"
url="https://www.thisweekinbitcoin.show"
[links.email]
url="/contact"
[links.twitter]
url="https://twitter.com/ChrisLAS"

+++

Expand Down
10 changes: 5 additions & 5 deletions content/show/this-week-in-bitcoin/subscribe.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Subscribe"
date: 2022-08-25
date: 2024-03-24
draft: false
rss: "https://serve.podhome.fm/rss/55b53584-4219-4fb0-b916-075ce23f714e"
direct_links:
google_podcast: https://podcasts.google.com/feed/aHR0cHM6Ly93d3cub2ZmaWNlaG91cnMuaGFpci9yc3M
pocket_cast: https://pca.st/ti0nehar
spotify: https://open.spotify.com/show/1nqGOTcewHIolpFTftNuxa?si=gnmoUIqBQYiaIy9F_C_ySA
podcast_index: https://podcastindex.org/podcast/5341434
apple: https://podcasts.apple.com/us/podcast/this-week-in-bitcoin/id1733733790
pocket_cast: https://pca.st/itunes/1733733790
spotify: https://open.spotify.com/show/3wK8qCZntXS6UztfvjkYCu
podcast_index: https://podcastindex.org/podcast/6813728

---
4 changes: 3 additions & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def expected_rss_feeds() -> List[Dict[str,str,]]:
{ 'href': 'https://linuxactionnews.com/rss', 'title': 'Linux Action News'},
{ 'href': 'https://linuxunplugged.com/rss', 'title': 'LINUX Unplugged'},
{ 'href': 'https://www.officehours.hair/rss', 'title': 'Office Hours'},
{ 'href': 'https://selfhosted.show/rss', 'title': 'Self-Hosted'}
{ 'href': 'https://selfhosted.show/rss', 'title': 'Self-Hosted'},
{ 'href': 'https://www.thisweekinbitcoin.show/rss', 'title': 'This Week in Bitcoin'},
]

@fixture
Expand All @@ -112,6 +113,7 @@ def expected_dropdown_items() -> Dict[str,List[Dict[str,str]]]:
{'href': '/show/linux-unplugged/', 'title': 'LINUX Unplugged'},
{'href': '/show/office-hours/', 'title': 'Office Hours'},
{'href': '/show/self-hosted/', 'title': 'Self-Hosted'},
{'href': '/show/this-week-in-bitcoin/', 'title': 'This Week in Bitcoin'},
],
"People": [
{'href': '/hosts/', 'title': 'Hosts'},
Expand Down

0 comments on commit eaaecfb

Please sign in to comment.