Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
callemand committed Sep 27, 2023
1 parent 6d00f5b commit c6b711c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('NodeRed configureContainer', () => {
},
},
system: {
getGladysBasePath: fake.resolves({ basePathOnHost: basePathOnContainer }),
getGladysBasePath: fake.resolves({ basePathOnContainer }),
},
};

Expand Down

0 comments on commit c6b711c

Please sign in to comment.