File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ def test_should_shortcircuit_if_provider_is_not_ready(
221221 assert flag_details .reason == Reason .ERROR
222222 assert flag_details .error_code == ErrorCode .PROVIDER_NOT_READY
223223 spy_hook .error .assert_called_once ()
224-
224+ spy_hook . finally_after . assert_called_once ()
225225
226226# Requirement 1.7.7
227227def test_should_shortcircuit_if_provider_is_in_irrecoverable_error_state (
@@ -243,7 +243,7 @@ def test_should_shortcircuit_if_provider_is_in_irrecoverable_error_state(
243243 assert flag_details .reason == Reason .ERROR
244244 assert flag_details .error_code == ErrorCode .PROVIDER_FATAL
245245 spy_hook .error .assert_called_once ()
246-
246+ spy_hook . finally_after . assert_called_once ()
247247
248248def test_should_run_error_hooks_if_provider_returns_resolution_with_error_code ():
249249 # Given
You can’t perform that action at this time.
0 commit comments