Skip to content

Commit

Permalink
[FIX] wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Dec 2, 2024
1 parent 354a2f0 commit db291c2
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 @@ -86,6 +86,7 @@ def status(request, route):
('ca_lettore_id.reader_ip', '=', device)
], limit=1)
punto_accesso_id.load_reader()

self.assertEqual(device_id, punto_accesso_id.ca_lettore_id.device_id)
self.assertEqual(self.status_data['diagnostic']['event_cnt'],
punto_accesso_id.ca_lettore_id.available_events)
Expand Down

0 comments on commit db291c2

Please sign in to comment.