Skip to content

Commit

Permalink
fixup! feat: Add evaluation details to finally hook stage #403
Browse files Browse the repository at this point in the history
Signed-off-by: christian.lutnik <[email protected]>
  • Loading branch information
chrfwow committed Jan 17, 2025
1 parent 2dff5ea commit 89dfff1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions specification/assets/gherkin/hooks.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Feature: Evaluation details through hooks
| string | variant | on |
| string | reason | STATIC |
| string | error_code | None |
| string | error_message | None |

# errors
Scenario: Flag not found
Expand All @@ -34,7 +33,6 @@ Feature: Evaluation details through hooks
| string | variant | None |
| string | reason | ERROR |
| string | error_code | ErrorCode.FLAG_NOT_FOUND |
| string | error_message | Flag 'missing-flag' not found |

Scenario: Type error
Given a client with added hook
Expand All @@ -49,4 +47,3 @@ Feature: Evaluation details through hooks
| string | variant | None |
| string | reason | ERROR |
| string | error_code | ErrorCode.TYPE_MISMATCH |
| string | error_message | Expected type <class 'int'> but got <class 'str'> |

0 comments on commit 89dfff1

Please sign in to comment.