Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicsteinbach committed Mar 4, 2025
1 parent 1fd8503 commit ba15b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def test_deserialize_enums_raises_helpful_message_on_wrong_value(

self._client.setup_client(models)
with pytest.raises(ValueError, match=expected_error_msg):
serialized_enum = self._client._ApiClient__deserialize(value, target_enum)
_ = self._client._ApiClient__deserialize(value, target_enum)

@pytest.mark.parametrize(
("data", "target_type"),
Expand Down

0 comments on commit ba15b85

Please sign in to comment.