lib/knapsack_pro/client/api/v1/queues.rb in knapsack_pro-3.10.0 vs lib/knapsack_pro/client/api/v1/queues.rb in knapsack_pro-3.11.0
- old
+ new
@@ -14,9 +14,10 @@
:commit_hash => args.fetch(:commit_hash),
:branch => args.fetch(:branch),
:node_total => args.fetch(:node_total),
:node_index => args.fetch(:node_index),
:node_build_id => KnapsackPro::Config::Env.ci_node_build_id,
+ :user_seat => KnapsackPro::Config::Env.user_seat_hash,
}
if request_hash[:can_initialize_queue] && !request_hash[:attempt_connect_to_queue]
request_hash.merge!({
:test_files => args.fetch(:test_files)