We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3af919 commit 1fb5747Copy full SHA for 1fb5747
yoti_python_sdk/tests/test_issuance_details.py
@@ -40,7 +40,7 @@ def test_should_parse_third_party_attribute_correctly():
40
41
42
@pytest.mark.parametrize(
43
- "expiry_date", ["2006-13-02T15:04:05.000Z", "", "2006-13-02T15:04:05"]
+ "expiry_date", ["2006-13-02T15:04:05.000Z", "", "2006-11-02T15:04:05"]
44
)
45
def test_should_return_none_if_error_in_parsing_date(expiry_date):
46
proto = create_issuance_test_proto("someToken", expiry_date)
0 commit comments