Skip to content

Commit

Permalink
Remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Aug 2, 2023
1 parent a613377 commit 3139297
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/settings-library/tests/test_twilio.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# pylint: disable=unused-argument
# pylint: disable=unused-variable

import pytest
from pydantic import ValidationError
from pytest import MonkeyPatch
from pytest_simcore.helpers.utils_envs import setenvs_from_dict
from settings_library.twilio import TwilioSettings
Expand All @@ -12,10 +10,6 @@
def test_twilio_settings_within_envdevel(
mock_env_devel_environment: dict[str, str], monkeypatch: MonkeyPatch
):
# in .env-devel these are for the oment undefined
with pytest.raises(ValidationError):
TwilioSettings.create_from_envs()

# adds twilio credentials
with monkeypatch.context() as patch:
setenvs_from_dict(
Expand Down

0 comments on commit 3139297

Please sign in to comment.