Skip to content

Commit 1fb5747

Browse files
committed
SDK-1229: Fix date for missing microsecond test in test_issuance_details
1 parent c3af919 commit 1fb5747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yoti_python_sdk/tests/test_issuance_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_should_parse_third_party_attribute_correctly():
4040

4141

4242
@pytest.mark.parametrize(
43-
"expiry_date", ["2006-13-02T15:04:05.000Z", "", "2006-13-02T15:04:05"]
43+
"expiry_date", ["2006-13-02T15:04:05.000Z", "", "2006-11-02T15:04:05"]
4444
)
4545
def test_should_return_none_if_error_in_parsing_date(expiry_date):
4646
proto = create_issuance_test_proto("someToken", expiry_date)

0 commit comments

Comments
 (0)