Skip to content

Update ghcr.io/kubewarden/policies/host-namespaces-psp Docker tag to v0.1.7 #5378

Update ghcr.io/kubewarden/policies/host-namespaces-psp Docker tag to v0.1.7

Update ghcr.io/kubewarden/policies/host-namespaces-psp Docker tag to v0.1.7 #5378

GitHub Actions / Jest Unit Test Results failed Feb 11, 2025 in 0s

Jest Test Results

These are all the test results I was able to find from your jest report

79 tests were completed in 6s with 77 passed and 1 failed tests.

Details

total: 79, time: 6, passed: 77, failed: 1

Annotations

Check failure on line 91 in src/__tests__/index.spec.ts

See this annotation in the file changed.

@github-actions github-actions / Jest Unit Test Results

transform_kubewarden > should have some default policies

Error: expect(received).toStrictEqual(expected) // deep equality

- Expected  - 1
+ Received  + 1

@@ -33,11 +33,11 @@
      "kind": "ClusterAdmissionPolicy",
      "metadata": Object {
        "name": "psp-hostnamespaces",
      },
      "spec": Object {
-       "module": "registry://ghcr.io/kubewarden/policies/host-namespaces-psp:v0.1.6",
+       "module": "registry://ghcr.io/kubewarden/policies/host-namespaces-psp:v0.1.7",
        "mutating": false,
        "rules": Array [
          Object {
            "apiGroups": Array [
              "",
    at Object.<anonymous> (/home/runner/work/psp-migration/psp-migration/src/__tests__/index.spec.ts:91:107)
    at Promise.then.completed (/home/runner/work/psp-migration/psp-migration/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/home/runner/work/psp-migration/psp-migration/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/psp-migration/psp-migration/node_modules/jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (/home/runner/work/psp-migration/psp-migration/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (/home/runner/work/psp-migration/psp-migration/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (/home/runner/work/psp-migration/psp-migration/node_modules/jest-circus/build/run.js:121:9)
    at run (/home/runner/work/psp-migration/psp-migration/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (/home/runner/work/psp-migration/psp-migration/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (/home/runner/work/psp-migration/psp-migration/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (/home/runner/work/psp-migration/psp-migration/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/psp-migration/psp-migration/node_modules/jest-runner/build/runTest.js:444:34)
    at Object.worker (/home/runner/work/psp-migration/psp-migration/node_modules/jest-runner/build/testWorker.js:106:12)