Skip to content

Commit

Permalink
WIP - more
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Promislow <[email protected]>
  • Loading branch information
ericpromislow committed May 3, 2023
1 parent 8a47cd7 commit 1e97704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/rancher-desktop/main/__tests__/deploymentProfiles.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ describeWindows('windows deployment profiles', () => {
expect(consoleMock).toHaveBeenNthCalledWith(5,
expect.stringMatching(/Expecting registry entry .*?containerEngine.name to be a string, but it's a DWORD, value: 5/));
expect(consoleMock).toHaveBeenNthCalledWith(6,
expect.stringMatching(/Expecting registry entry .*?images.namespace to be a single string, but it's an array of strings, value: busybox nginx/));
expect(consoleMock).toHaveBeenNthCalledWith(7,
expect.stringMatching(/Expecting registry entry .*?diagnostics.mutedChecks to be a registry object, but it's a DWORD, value: 66/));
expect(consoleMock).toHaveBeenNthCalledWith(7,
expect.stringMatching(/Expecting registry entry .*?images.namespace to be a single string, but it's an array of strings, value: busybox,nginx/));
expect(consoleMock).toHaveBeenNthCalledWith(8,
expect.stringMatching(/Expecting registry entry .*?kubernetes.version to be a string, but it's a registry object/));
expect(consoleMock).toHaveBeenNthCalledWith(9,
Expand Down

0 comments on commit 1e97704

Please sign in to comment.