update unit tests
This commit is contained in:
parent
315910d52f
commit
6f2f6008a5
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ def test_subscription_logs_write_to_file(
|
||||||
mock_success_output: bool,
|
mock_success_output: bool,
|
||||||
keep_successful_logs: bool,
|
keep_successful_logs: bool,
|
||||||
):
|
):
|
||||||
subscripton_names = ["Rick Astley", "Michael Jackson", "Eric Clapton"]
|
subscripton_names = ["Rick Astley", "Michael Jackson", "Eric Clapton", "System of a Down"]
|
||||||
num_runs = 2
|
num_runs = 2
|
||||||
|
|
||||||
config = persist_logs_config_factory(keep_successful_logs=keep_successful_logs)
|
config = persist_logs_config_factory(keep_successful_logs=keep_successful_logs)
|
||||||
|
|
|
||||||
|
|
@ -560,7 +560,7 @@ def test_music_video_subscriptions(default_config: ConfigFile, music_video_subsc
|
||||||
config=default_config, subscription_path=music_video_subscription_path
|
config=default_config, subscription_path=music_video_subscription_path
|
||||||
)
|
)
|
||||||
|
|
||||||
assert len(subs) == 3
|
assert len(subs) == 4
|
||||||
assert subs[1].name == "Michael Jackson"
|
assert subs[1].name == "Michael Jackson"
|
||||||
monk = subs[1].overrides.dict_with_format_strings
|
monk = subs[1].overrides.dict_with_format_strings
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue