Skip to content

Commit 33c80fb

Browse files
committed
fix: pipeline failure issue
1 parent 26af9a6 commit 33c80fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/feeds/test_feeds_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def invalid_id() -> str:
7373
@pytest.fixture(scope="class")
7474
def get_feed_name():
7575
"""Generate a feed name."""
76-
name = "test_feed_"
76+
name = "test_feed"
7777
feed_count = 0
7878

7979
def _get_feed_name():

0 commit comments

Comments
 (0)