Commit ab1b081
fix: Use the right name for PostHook (#2599)
There is no such type of hook as AfterHook used in the Plan resource.
hook_type='AfterHook' is not a valid Forklift API value and never was
(only PreHook and PostHook are valid). Any code using after_hook_name
would fail with HookStepNotValid error.
The correct type is PostHook.
Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>1 parent e10b867 commit ab1b081
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments