Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmacias95 committed Jan 30, 2024
1 parent b350948 commit 56f6d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_get_object(httpserver):

def test_patch_object(httpserver):
obj = Object("dummy_type", "dummy_id", {"foo": 1, "bar": 2})
obj._context_attributes = {'a': 'b'}
obj._context_attributes = {"a": "b"} # pylint: disable=protected-access
obj.foo = 2

httpserver.expect_request(
Expand Down

0 comments on commit 56f6d4a

Please sign in to comment.