DRAFT [for testing only]: Testing documentation example snippets#624
DRAFT [for testing only]: Testing documentation example snippets#624ShahanaFarooqui wants to merge 3 commits intoBlockstream:mainfrom
Conversation
|
Thanks for the repro for this. I think this is a bit of a misunderstanding:
So nobody is talking to the testserver, just step 3 is using its test certificates causing the mismatch in the mTLS verification. You need to set the envvars as displayed at the bottom of the testserver start, otherwise the default pointing to the prod environment will be used. As for things using |
|
I was able to successfully run the tests after setting up environment variables properly, like: |
Step 1: Run
gltestserverwith test directoryStep 2: Run pytest in another terminal
Result: It will print node information successfully.
Step 3: Run the same flow in standalone python program
Result: Error from glclient