Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducica committed Oct 14, 2024
1 parent b257b67 commit c4c5eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ def test_edit(
assert json.loads(c.text) == {
"api_record": simple_record.id,
"data": {
"expanded": {},
"links": {
"self": f"https://127.0.0.1:5000/api/simple-model/{simple_record.id}",
"ui": f"https://127.0.0.1:5000/simple-model/{simple_record.id}",
}
},
},
"extra_context": {
"permissions": {
Expand Down

0 comments on commit c4c5eae

Please sign in to comment.