aqa-test-tools
aqa-test-tools copied to clipboard
Use one fetch library
Instead of introducing a new fetch library - axios, We should use the existing one - got
const response = await got.get(this.url).buffer();
https://github.com/sindresorhus/got#readme
Related: https://github.com/adoptium/aqa-test-tools/pull/619