Skip to content

Commit 2ec484f

Browse files
committed
Fix test
1 parent 029acda commit 2ec484f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/k8s/tests/k8s-utils-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ describe('k8s utils', () => {
385385
expect(getEntryPointAndArgs(`--entrypoint=["/foo"]`)).toEqual(['"/foo"'])
386386
expect(
387387
getEntryPointAndArgs(`--entrypoint=["/foo", "--a", "--b"]`)
388-
).toEqual(['"/foo"', '--a', '--b'])
388+
).toEqual(['"/foo"', '"--a"', '"--b"'])
389389
})
390390
})
391391

0 commit comments

Comments
 (0)