Changes after rebase

This commit is contained in:
Marc Mueller 2023-01-08 12:10:17 +01:00
parent 1bb6d2503c
commit e614c5820d
7 changed files with 16 additions and 13 deletions

View file

@ -232,7 +232,7 @@ test("restore with dry-run set", async () => {
testUtils.setInputs({
path: path,
key,
dryRun: "true"
dryRun: true
});
const infoMock = jest.spyOn(core, "info");