Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Oct 25, 2024
1 parent 32c836b commit 71e6b77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_generate_podcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ def test_generate_transcript_with_user_instructions(sample_config):
f"Expected to find podcast name '{conversation_config['podcast_name']}' in transcript"
assert conversation_config["podcast_tagline"].lower() in content.lower(), \
f"Expected to find podcast tagline '{conversation_config['podcast_tagline']}' in transcript"
assert any(keyword.lower() in content.lower() for keyword in ["kg", "knowledge graph", "knowledge graphs"]), \
"Expected to find 'KG', 'Knowledge Graph', or 'Knowledge Graphs' in the transcript due to user instructions"

if __name__ == "__main__":
pytest.main()

0 comments on commit 71e6b77

Please sign in to comment.