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 44082c3 commit 087da0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/algolia/models/ingestion/run_outcome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ module Ingestion
class RunOutcome
SUCCESS = "success".freeze
FAILURE = "failure".freeze
PROCESSING = "processing".freeze

def self.all_vars
@all_vars ||= [SUCCESS, FAILURE, PROCESSING].freeze
@all_vars ||= [SUCCESS, FAILURE].freeze
end

# Builds the enum from string
Expand Down

0 comments on commit 087da0e

Please sign in to comment.