DLTcollab / tangle-accelerator

Accelerate IOTA transactions by caching API requests and redirecting to faster alternatives
MIT License
23 stars 16 forks source link

fix(tests): Fix regression tests connection failure #747

Closed howjmay closed 4 years ago

howjmay commented 4 years ago

Regression tests failed to connect to tangle-accelerator. The URL in testing scripts are using environment variable instead of hard-coded URL now.

Fixes #746

marktwtn commented 4 years ago

Hard-coded url in testing scripts are using environment variable instead of hard-coded URL.

I feel confused of this description.