From 9c067ad74feb5a393cc223f4654b8265ee0b5be5 Mon Sep 17 00:00:00 2001 From: OMEGARAZER <869111+OMEGARAZER@users.noreply.github.com> Date: Fri, 23 Sep 2022 02:59:16 -0400 Subject: [PATCH] Update test_connector.py Update user that was banned/suspended with one that should not end up that way. --- tests/test_connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_connector.py b/tests/test_connector.py index e928000..142baa6 100644 --- a/tests/test_connector.py +++ b/tests/test_connector.py @@ -399,7 +399,7 @@ def test_read_submission_ids_from_file(downloader_mock: MagicMock, tmp_path: Pat @pytest.mark.online @pytest.mark.reddit @pytest.mark.parametrize('test_redditor_name', ( - 'Paracortex', + 'nasa', 'crowdstrike', 'HannibalGoddamnit', ))