Revert "AAE-30882 Replace superagent (#11134)" (#11210)

* Revert "AAE-30882 Replace superagent (#11134)"

This reverts commit a347b20f20.

* AAE-0000 - Fixed lock for cli and adf
This commit is contained in:
Vito Albano
2025-09-19 12:44:06 +01:00
committed by GitHub
parent ef29bafc75
commit 91d6b80965
57 changed files with 3074 additions and 1051 deletions
@@ -374,7 +374,7 @@ describe('UploadDragAreaComponent', () => {
describe('Events', () => {
it('should raise an error if upload a file goes wrong', async () => {
spyOn(uploadService, 'getUploadPromise').and.returnValue(mockUploadErrorPromise);
spyOn(uploadService, 'getUploadPromise').and.callThrough();
const fakeCustomEvent = new CustomEvent('CustomEvent', {
detail: {