1
0
Fork 0
mirror of synced 2024-06-26 18:10:26 +12:00

Remove incorrect test marks

This commit is contained in:
Serene-Arc 2021-03-26 21:12:52 +10:00 committed by Ali Parlakci
parent 771cc711e4
commit 1cb8240eb6

View file

@ -156,9 +156,7 @@ def test_limit_filename_length(test_filename: str, test_ending: str):
assert isinstance(result, str)
@pytest.mark.online
@pytest.mark.reddit
def test_shorten_filenames(reddit_instance: praw.Reddit, tmp_path: Path):
def test_shorten_filenames(tmp_path: Path):
test_submission = MagicMock()
test_submission.title = 'A' * 300
test_submission.author.name = 'test'