Skip to content

Commit a87a432

Browse files
committed
chore: fixed feed integration tests
1 parent 5876610 commit a87a432

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/cli/test_feed_integration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def test_cli_feed_list(cli_env, common_args):
2121
] + common_args + [
2222
"feed",
2323
"list",
24+
"--as_list"
2425
]
2526

2627
result = subprocess.run(cmd, env=cli_env, capture_output=True, text=True)
@@ -51,6 +52,7 @@ def test_cli_feed_get(cli_env, common_args):
5152
] + common_args + [
5253
"feed",
5354
"list",
55+
"--as_list"
5456
]
5557

5658
list_result = subprocess.run(list_cmd, env=cli_env, capture_output=True, text=True)

0 commit comments

Comments
 (0)