Skip to content

Commit

Permalink
🚨 change '' to ""
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRomanovizc committed May 21, 2024
1 parent 2543a06 commit 68a19b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_atomic/test_delete_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ async def test_delete_no_ref(
# TODO: json:api exception
"detail": [
{
'ctx': {'error': {}},
'input': {'data': {'id': '0', 'type': 'computer'}, 'op': 'remove'},
"ctx": {"error": {}},
"input": {"data": {"id": "0", "type": "computer"}, "op": "remove"},
"loc": ["body", "atomic:operations", 0],
"msg": f"Value error, ref should be present for action {AtomicOperationAction.remove.value!r}",
"type": "value_error",
Expand Down

0 comments on commit 68a19b9

Please sign in to comment.