fixing the test to support seconds

This commit is contained in:
Hossein Shafagh 2020-10-22 17:20:47 -07:00
parent ae1e9d120b
commit 9acd974b74
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ def test_map_cis_fields_with_validity_years(mock_current_app, authority):
"signature_hash": "sha256",
"organization": {"name": "Example, Inc."},
"validity": {
"valid_to": arrow.get(2018, 11, 3).format("YYYY-MM-DDTHH:MM") + "Z"
"valid_to": arrow.get(2018, 11, 3).format("YYYY-MM-DDTHH:MM:SS") + "Z"
},
"profile_name": None,
}