revert test

This commit is contained in:
Jesse Bannon 2023-11-06 22:11:53 -08:00
parent 8f198e325f
commit d8d7c38a2e
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ def test_subscription_logs_write_to_file(
mock_success_output: bool,
keep_successful_logs: bool,
):
subscripton_names = ["Rick Astley", "Michael Jackson", "Eric Clapton", "System of a Down"]
subscripton_names = ["Rick Astley", "Michael Jackson", "Eric Clapton"]
num_runs = 2
config = persist_logs_config_factory(keep_successful_logs=keep_successful_logs)

View file

@ -560,7 +560,7 @@ def test_music_video_subscriptions(default_config: ConfigFile, music_video_subsc
config=default_config, subscription_path=music_video_subscription_path
)
assert len(subs) == 4
assert len(subs) == 3
assert subs[1].name == "Michael Jackson"
monk = subs[1].overrides.dict_with_format_strings