Baseflow / Baseflow/stellar-rust-sdk
Automatic test value updating after test net update
Open
enhancement
- Dominant language
- Rust
- Stars
- 10
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Every time the test net updates, all automated tests fail because the values of the responses have changed. To fix this the json response for a specific api call could be gotten and stored. that way the tests can use these values to compare their results to.
Values from the api could be gotten with a bash script and stored in a .env file or could be gotten within the test using http.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.