Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gkrumbach07 committed Sep 16, 2024
1 parent 38ac300 commit 6afb03b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
mockProjectK8sResource,
mockRouteK8sResource,
mockSecretK8sResource,
mockStorageClassList,
} from '~/__mocks__';
import { mockConfigMap } from '~/__mocks__/mockConfigMap';
import { mockImageStreamK8sResource } from '~/__mocks__/mockImageStreamK8sResource';
Expand Down Expand Up @@ -60,6 +61,7 @@ const initIntercepts = ({
},
],
}: HandlersProps) => {
cy.interceptOdh('GET /api/k8s/apis/storage.k8s.io/v1/storageclasses', {}, mockStorageClassList());
cy.interceptOdh(
'GET /api/dsc/status',
mockDscStatus({
Expand Down

0 comments on commit 6afb03b

Please sign in to comment.