Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 27, 2025
1 parent c1042c0 commit 5769bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,7 @@ def test_is_enabled_works_with_properties_field_in_the_context_root():
context = {"myContext": "1234"}
assert unleash_client.is_enabled("customContextToggle", context)


@responses.activate
def test_identification_headers_sent(unleash_client):
responses.add(responses.POST, URL + REGISTER_URL, json={}, status=202)
Expand Down

0 comments on commit 5769bce

Please sign in to comment.