Skip to content

Commit

Permalink
feat: remove bad resolver tests
Browse files Browse the repository at this point in the history
implement ENG-5161
  • Loading branch information
cowan-macady committed Nov 14, 2024
1 parent a6d16f8 commit 0e675bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions authorization/authorization_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
Expand Down Expand Up @@ -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"),
)
})

Expand Down

0 comments on commit 0e675bd

Please sign in to comment.