Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Turley <mike.turley@alum.cs.umass.edu>
  • Loading branch information
mturley committed Sep 27, 2024
1 parent 84eb438 commit 3b6b067
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ describe('MR Permissions', () => {
cy.interceptOdh(
'POST /api/modelRegistryRoleBindings',
mockRoleBindingK8sResource({
namespace: MODEL_REGISTRY_DEFAULT_NAMESPACE,
subjects: projectSubjects,
roleRefName: 'registry-user-example-mr',
modelRegistryName: 'example-mr',
Expand All @@ -443,9 +442,6 @@ describe('MR Permissions', () => {

cy.wait('@addProject').then((interception) => {
expect(interception.request.body).to.containSubset({
metadata: {
namespace: 'odh-model-registries',
},
roleRef: {
apiGroup: 'rbac.authorization.k8s.io',
kind: 'Role',
Expand Down Expand Up @@ -484,9 +480,6 @@ describe('MR Permissions', () => {

cy.wait('@editProject').then((interception) => {
expect(interception.request.body).to.containSubset({
metadata: {
namespace: 'odh-model-registries',
},
roleRef: {
apiGroup: 'rbac.authorization.k8s.io',
kind: 'Role',
Expand Down

0 comments on commit 3b6b067

Please sign in to comment.