Skip to content

Commit

Permalink
Update test implementation to be compatible with AirOne's Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
userlocalhost committed Nov 28, 2023
1 parent b614bd3 commit 406fcc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entry/tests/test_api_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ def test_update_entry(self):
{
"id": entry.id,
"name": "entry-change",
"delay_trigger": True,
},
)
self.assertEqual(entry.status, 0)
Expand Down Expand Up @@ -1056,6 +1057,7 @@ def test_update_entry_with_customview(self, mock_call_custom):
"attrs": [
{"id": attr["val"].id, "value": "fuga"},
],
"delay_trigger": True,
}

def side_effect(handler_name, entity_name, user, *args):
Expand Down

0 comments on commit 406fcc5

Please sign in to comment.