Skip to content

Commit

Permalink
update interceptOdh DELETE modelRegistryRoleBindings return type (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvogt committed Sep 26, 2024
1 parent c4ce86c commit a0d40fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { K8sResourceListResult } from '@openshift/dynamic-plugin-sdk-utils';
import type { K8sResourceListResult, K8sStatus } from '@openshift/dynamic-plugin-sdk-utils';
import type { GenericStaticResponse, RouteHandlerController } from 'cypress/types/net-stubbing';
import type { BaseMetricCreationResponse, BaseMetricListResponse } from '~/api';
import type {
Expand Down Expand Up @@ -637,7 +637,7 @@ declare global {
((
type: 'DELETE /api/modelRegistryRoleBindings/:name',
options: { path: { name: string } },
response: OdhResponse<SuccessErrorResponse>,
response: OdhResponse<K8sStatus>,
) => Cypress.Chainable<null>) &
((
type: 'POST /api/modelRegistryRoleBindings',
Expand Down

0 comments on commit a0d40fd

Please sign in to comment.