Fix tests: zero-pad months in redis key #335

This commit is contained in:
Rafa de la Torre
2017-01-04 11:11:24 +01:00
parent 9cbde7d319
commit a0dd7c7497

View File

@@ -22,7 +22,7 @@ class TestQuotaChecker(TestCase):
self.username,
self.service_type,
self.period_end_date.year,
self.period_end_date.month
self.period_end_date.strftime('%m')
)
def test_routing_quota_check_passes_when_enough_quota(self):