We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing with spid-sp-test, there is one error on test number 110:
DEBUG:urllib3.connectionpool:https://domain:post "POST /acs HTTP/1.1" 302 93 DEBUG:urllib3.connectionpool:https://domain:post "GET /error?errorMessage=Error:%20IssueInstant%20must%20be%20in%20the%20past HTTP/1.1" 500 17 DEBUG:spid_sp_test:Response http status code [500]: {"error":"error"} ERROR:spid_sp_test:Test [110] Attributo IssueInstant specificato con millisecondi. Risultato atteso: Ok: [http status_code: 500]
Probably is something related to the format
The text was updated successfully, but these errors were encountered:
Here the value used by the test:
IssueInstant="2021-06-11T14:35:15.832Z"
Sorry, something went wrong.
Here another test case:
IssueInstant="2021-06-11T16:11:59.428751"
No branches or pull requests
Testing with spid-sp-test, there is one error on test number 110:
Probably is something related to the format
The text was updated successfully, but these errors were encountered: