diff --git a/tests/discord_sender_test.py b/tests/discord_sender_test.py index 4e38236..d1d9d65 100644 --- a/tests/discord_sender_test.py +++ b/tests/discord_sender_test.py @@ -8,8 +8,8 @@ @pytest.fixture def mocked_specs(): - Specs = namedtuple('Specs', 'discord_webhook') - return Specs(WEBHOOK) + Specs = namedtuple('Specs', ['discord_webhook', 'hide_filters']) + return Specs(WEBHOOK, False) def test_send_discord_data(session_mocker: MockerFixture, mocked_specs): session_mocker.patch(