Skip to content

Commit

Permalink
Add missing max_in_flight option to canary request spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Samze committed Jul 30, 2024
1 parent bfe9e38 commit 21e86cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/request/deployments_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,9 @@
'guid' => deployment.deploying_web_process.guid,
'type' => deployment.deploying_web_process.type
}],
'options' => {
'max_in_flight' => 1,
},
'created_at' => iso8601,
'updated_at' => iso8601,
'metadata' => metadata,
Expand Down

0 comments on commit 21e86cc

Please sign in to comment.