tests/firewall: update future time to be really in the future
Mar 4 2020 is no longer future, move it much more into the future.
This commit is contained in:
parent
d0bc4a0b75
commit
916db9db96
@ -293,7 +293,7 @@ class TC_06_Expire(qubesadmin.tests.QubesTestCase):
|
||||
instance = qubesadmin.firewall.Expire('1463292452')
|
||||
self.assertTrue(instance.expired)
|
||||
with self.assertNotRaises(ValueError):
|
||||
instance = qubesadmin.firewall.Expire('1583292452')
|
||||
instance = qubesadmin.firewall.Expire('2583292452')
|
||||
self.assertFalse(instance.expired)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user