Skip to content

Commit 68a19b9

Browse files
🚨 change '' to ""
1 parent 2543a06 commit 68a19b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/test_atomic/test_delete_objects.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ async def test_delete_no_ref(
8282
# TODO: json:api exception
8383
"detail": [
8484
{
85-
'ctx': {'error': {}},
86-
'input': {'data': {'id': '0', 'type': 'computer'}, 'op': 'remove'},
85+
"ctx": {"error": {}},
86+
"input": {"data": {"id": "0", "type": "computer"}, "op": "remove"},
8787
"loc": ["body", "atomic:operations", 0],
8888
"msg": f"Value error, ref should be present for action {AtomicOperationAction.remove.value!r}",
8989
"type": "value_error",

0 commit comments

Comments
 (0)