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 83c92d9 commit 995c68cCopy full SHA for 995c68c
tests/npm_tests.py
@@ -848,11 +848,12 @@ def corrupt_value(value: str):
848
)
849
850
# Test too long an endorsement
851
+ b64_pem_separator = "LS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQ"
852
r = c.post(
853
"/app/verifySnpAttestation",
854
{
855
"evidence": primary_quote_info["raw"],
- "endorsements": primary_quote_info["endorsements"] + "1",
856
+ "endorsements": primary_quote_info["endorsements"] + b64_pem_separator,
857
"uvm_endorsements": primary_quote_info["uvm_endorsements"],
858
},
859
0 commit comments