Skip to content

Commit 087da0e

Browse files
algolia-botmillotp
andcommitted
fix(specs): remove the processing outcome (generated)
algolia/api-clients-automation#4359 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 44082c3 commit 087da0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/algolia/models/ingestion/run_outcome.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ module Ingestion
88
class RunOutcome
99
SUCCESS = "success".freeze
1010
FAILURE = "failure".freeze
11-
PROCESSING = "processing".freeze
1211

1312
def self.all_vars
14-
@all_vars ||= [SUCCESS, FAILURE, PROCESSING].freeze
13+
@all_vars ||= [SUCCESS, FAILURE].freeze
1514
end
1615

1716
# Builds the enum from string

0 commit comments

Comments
 (0)