Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed May 12, 2022
1 parent fede140 commit 71317da
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,13 @@ describe('StepDefinePackagePolicy', () => {
};
});

const validationResults = { name: null, description: null, namespace: null, inputs: {} };
const validationResults = {
name: null,
description: null,
namespace: null,
inputs: {},
vars: {},
};

let testRenderer: TestRenderer;
let renderResult: ReturnType<typeof testRenderer.render>;
Expand Down

0 comments on commit 71317da

Please sign in to comment.