From 0e675bd175769e91852a0b59a46bed4c51d9e35d Mon Sep 17 00:00:00 2001 From: Cowan Macady Date: Thu, 14 Nov 2024 11:10:22 +0100 Subject: [PATCH] feat: remove bad resolver tests implement ENG-5161 --- authorization/authorization_integration_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/authorization/authorization_integration_test.go b/authorization/authorization_integration_test.go index f4c0440c..95dd92dd 100644 --- a/authorization/authorization_integration_test.go +++ b/authorization/authorization_integration_test.go @@ -150,9 +150,6 @@ var _ = Describe("Authorized", func() { integration.Resource10, []string{}, true, "", 1), Entry("Authorized without external property", integration.Node3, integration.Resource12, []string{}, false, "", 1), - Entry("Authorized with wrong external property", integration.Node3, - integration.Resource13, []string{}, false, - "server was unable to complete the request", 1), Entry("Authorized with external property against policy", integration.Node3, integration.Resource11, []string{}, false, "", 1), ) @@ -629,8 +626,6 @@ var _ = Describe("Authorized", func() { []string{}, []string{}, ""), Entry("What Authorized External ID With External Property", "Person", integration.Subject5, integration.ResourceType4, []string{integration.Truck1}, []string{}, ""), - Entry("What Authorized External ID With External Property With Error", "Person", integration.Subject3, - integration.ResourceType4, []string{}, []string{}, "server was unable to complete the request"), ) })