Skip to content

Commit

Permalink
fix: pipeline failure issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Giriharan219 committed Nov 5, 2024
1 parent 26af9a6 commit d17e99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/feeds/test_feeds_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def invalid_id() -> str:
@pytest.fixture(scope="class")
def get_feed_name():
"""Generate a feed name."""
name = "test_feed_"
name = "Test_feed_"
feed_count = 0

def _get_feed_name():
Expand Down

0 comments on commit d17e99d

Please sign in to comment.