adjusting digicert test to support seconds

This commit is contained in:
Hossein Shafagh 2020-10-22 17:23:33 -07:00
parent 9acd974b74
commit 97f80b79dc
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ def test_map_cis_fields_with_validity_end_and_start(mock_current_app, app, autho
"signature_hash": "sha256",
"organization": {"name": "Example, Inc."},
"validity": {
"valid_to": arrow.get(2017, 5, 7).format("YYYY-MM-DDTHH:MM") + "Z"
"valid_to": arrow.get(2017, 5, 7).format("YYYY-MM-DDTHH:MM:SS") + "Z"
},
"profile_name": None,
}