♻️Added specific Exception to be monitored to one-of storage strategy

This commit is contained in:
Anton SHEPILOV
2024-11-01 18:22:10 +01:00
committed by Anton Shepilov
parent da9736e23b
commit f76a04ddbf
9 changed files with 96 additions and 13 deletions
@@ -56,7 +56,7 @@ describe("The OneOf Storage feature", () => {
expect(filesUpload.id).toBeTruthy();
// expect failed upload
expect(writeLocalMock.mock.calls.length).toEqual(1);
expect(writeLocalMock.mock.calls.length).toBeGreaterThan(0);
//expect that file can be downloaded
const fileDownloadResponse = await platform.app.inject({
method: "GET",