Skip to content

Commit

Permalink
[FIX] tests
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Nov 5, 2024
1 parent 29d6c63 commit fb1b0eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inrim_controllo_accessi_rfidglobal/tests/test_inrim.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def status(request, route):
punto_accesso_id = self.env['ca.punto_accesso'].search([
('ca_lettore_id.reader_ip', '=', device)
], limit=1)
punto_accesso_id.commuta_abilitazione()
punto_accesso_id.events_process_todo()
res = self.env['ca.anag_registro_accesso'].search([
('ca_punto_accesso_id', '=', punto_accesso_id.id),
Expand Down

0 comments on commit fb1b0eb

Please sign in to comment.