algorand / algorand-sdk-testing

Testing framework for Algorand SDKs
MIT License
20 stars 35 forks source link

client: Add unit.client-no-headers tests #282

Closed Eric-Warehime closed 1 year ago

Eric-Warehime commented 1 year ago

Adds tests which assert the headers being sent in requests when no auth token is given.

These are implemented for the JS SDK in https://github.com/algorand/js-algorand-sdk/pull/782