Skip to content

Commit 527f4fe

Browse files
committed
Make tests pass in 2020
moving this beyond 2038 requires fixes on 32-bit systems to avoid errors: File "/home/abuild/rpmbuild/BUILD/python3-saml-1.6.0/src/onelogin/sam .py", line 419, in parse_SAML_to_time data = datetime.strptime(timestr, '%Y-%m-%dT%H:%M:%SZ') TypeError: strptime() argument 1 must be string, not long
1 parent 064b727 commit 527f4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/metadata/metadata_settings1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
3-
validUntil="2020-03-05T18:19:11Z"
3+
validUntil="2037-03-05T18:19:11Z"
44
cacheDuration="PT1594475551S"
55
entityID="http://stuff.com/endpoints/metadata.php">
66
<md:SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">

0 commit comments

Comments
 (0)