Skip to content

Commit

Permalink
Fix a broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Feb 28, 2024
1 parent 72f9c69 commit 0b5158a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/environmentCreate/SpecificationCreate.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ describe("<SpecificationCreate />", () => {
fireEvent.click(createButton);
expect(mockOnCreateEnvironment).toHaveBeenCalledWith({
channels: [],
dependencies: []
dependencies: [],
variables: {}
});
});

Expand Down

0 comments on commit 0b5158a

Please sign in to comment.