Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Aug 28, 2023
1 parent c7f97f2 commit 29c4385
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def hook_invocation_result(
# Validate that all required resources are provided in the context

ensure_requirements_satisfied(
hook_context._resource_defs, list(hook_def.get_resource_requirements()) # noqa: SLF001
hook_context._resources_container.resource_defs, # noqa: SLF001
list(hook_def.get_resource_requirements()),
)

bound_context = BoundHookContext(
Expand Down

0 comments on commit 29c4385

Please sign in to comment.