Skip to content

Commit

Permalink
feat:fix client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theodu committed Sep 27, 2023
1 parent b4a5bfa commit 7b87f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/entrypoints/client/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ def test_given_an_api_key_close_to_expiration_when_I_check_expiry_of_key_is_clos
_ = Kili()


def test_given_an_api_key_away_to_expiration_when_I_check_expiry_of_key_is_close_then_it_does_not_output_anything(
@patch.dict(os.environ, {"KILI_API_KEY": "fake_key"})
def test_given_an_api_key_away_to_expiration_when_I_check_expiry_of_key_is_not_close_then_it_does_not_output_anything(
mocker: pytest_mock.MockerFixture,
):
# Given
Expand Down

0 comments on commit 7b87f50

Please sign in to comment.