Skip to content

Commit

Permalink
fix(specs): remove the processing outcome (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4359

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed Jan 16, 2025
1 parent d75f01c commit ce6c194
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
public enum RunOutcome {
SUCCESS("success"),

FAILURE("failure"),

PROCESSING("processing");
FAILURE("failure");

private final String value;

Expand Down

0 comments on commit ce6c194

Please sign in to comment.