Skip to content

Commit

Permalink
feat: dont upload to web2 gateway if md5 matches
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Dec 14, 2023
1 parent 482a20e commit 7b0bd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-fixtures/project-fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const getProjectByQuery = async (query = {}) => {
// expect(result.body).to.be.an('array');
expect(result.statusCode).to.equal(200);

return result.body;
return result.body.data;
};

export const checkProjectRecordExists = async (warehouseProjectId) => {
Expand Down

0 comments on commit 7b0bd3b

Please sign in to comment.