♻️Added specific Exception to be monitored to one-of storage strategy
This commit is contained in:
committed by
Anton Shepilov
parent
da9736e23b
commit
f76a04ddbf
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user