eu-digital-green-certificates / dgc-testdata

Repository for storing generated QR code data for testing.
Apache License 2.0
157 stars 218 forks source link

Inserted San Marino tests JSON 1.0.0 #347

Closed fegrasso closed 3 years ago

daniel-eder commented 3 years ago

@fegrasso it looks like there's an issue with the UTF8 encoding: json.decoder.JSONDecodeError: Unexpected UTF-8 BOM (decode using utf-8-sig): line 1 column 1 (char 0)

fegrasso commented 3 years ago

@fegrasso it looks like there's an issue with the UTF8 encoding: json.decoder.JSONDecodeError: Unexpected UTF-8 BOM (decode using utf-8-sig): line 1 column 1 (char 0)

@daniel-eder I fixed issue. Let me know. Thanks

daniel-eder commented 3 years ago

@fegrasso The JSONs correctly loaded this time, but the tests now found some issues with the content, can you take a look (link to log)

fegrasso commented 3 years ago

@daniel-eder oh sorry, I'm going to regenerate jsons without empty arrays. Thanks

daniel-eder commented 3 years ago

@daniel-eder oh sorry, I'm going to regenerate jsons without empty arrays. Thanks

@fegrasso the errors at the bottom also indicate that more than one cert is included. While the schema allows that, the EU decided that only one DCC should be included per qrcode/payload

fegrasso commented 3 years ago

@daniel-eder oh sorry, I'm going to regenerate jsons without empty arrays. Thanks

@fegrasso the errors at the bottom also indicate that more than one cert is included. While the schema allows that, the EU decided that only one DCC should be included per qrcode/payload

@daniel-eder yes I know. I will solve issues

daniel-eder commented 3 years ago

Looks like the previous errors are no longer popping up, it currently shows a date parse issue though: log

fegrasso commented 3 years ago

Looks like the previous errors are no longer popping up, it currently shows a date parse issue though: log

There is a Typos. I fixed instantly

daniel-eder commented 3 years ago

Done! Thanks a lot!

fegrasso commented 3 years ago

Done! Thanks a lot!

Thanks to you!