[lint] more linting changes
This commit is contained in:
@@ -39,7 +39,7 @@ def test_update_card(client, auth_headers, test_group, test_card):
|
||||
|
||||
data = response.json()
|
||||
assert data["name"] == "changed_name"
|
||||
assert data["enabled"] == False
|
||||
assert data["enabled"] == False # noqa: E712
|
||||
assert data["group_id"] == test_card.group_id
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user