Skip to content

Commit

Permalink
Merge pull request #131 from INRIM/t_12678
Browse files Browse the repository at this point in the history
[FIX] fixed unit tests
  • Loading branch information
Marcoapu authored Oct 24, 2024
2 parents 45b6516 + d188234 commit 3aa65f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inrim_controllo_accessi/tests/test_inrim.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def test_5(self):
'ca_spazio_id': self.spazio_8.id,
'ca_lettore_id': self.lettore_3.id,
'typology': 'stamping',
'codice_lettore_grum': 20,
'date_start': date.today(),
'date_end': date.today() + relativedelta(days=30)
})
Expand Down Expand Up @@ -179,6 +180,7 @@ def test_7(self):
'ca_spazio_id': self.spazio_3.id,
'ca_lettore_id': self.lettore_3.id,
'typology': 'stamping',
'codice_lettore_grum': 20,
'enable_sync': False,
'date_start': date.today(),
'date_end': date.today() + relativedelta(days=30),
Expand Down

0 comments on commit 3aa65f6

Please sign in to comment.