Skip to content

Commit

Permalink
fix: fix failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored and benoitf committed Sep 28, 2023
1 parent 765651d commit f702476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/podman/src/extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ test('verify create command called with now flag if start machine after creation
'--now',
];
expect(spyExecPromise).toBeCalledWith(getPodmanCli(), parameters, {
env: {},
logger: undefined,
});
expect(console.error).not.toBeCalled();
Expand Down

0 comments on commit f702476

Please sign in to comment.