Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-05-23 14:07:37 -07:00
parent 23af4caf43
commit bd04f1812a
84 changed files with 227 additions and 139 deletions

View File

@@ -83,7 +83,6 @@ func TestAuthorizer_ValidateInputs(t *testing.T) {
_, ok := errors.AsType[*ErrEmptyResourceBatch](err)
require.True(t, ok)
})
}
func TestAuthorizer_InternalErrorPaths(t *testing.T) {