Skip to content

Commit

Permalink
updated test_cfenv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amenezes committed Mar 16, 2022
1 parent c4870db commit 5e60609
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/test_spring.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,8 @@ def test_keys(client):
],
)
def test_get(client, monkeypatch, expr, expected, mocker):
# logging.basicConfig(level=logging.INFO)
monkeypatch.setattr(http, "get", conftest.config_mock)
client.get_config()

# logging.info(f"INFO: {client.get('info')}")
assert client.get(expr) == expected


Expand Down

0 comments on commit 5e60609

Please sign in to comment.