aqa-test-tools icon indicating copy to clipboard operation
aqa-test-tools copied to clipboard

Use one fetch library

Open llxia opened this issue 3 years ago • 0 comments

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

llxia avatar Mar 31 '22 20:03 llxia