We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb373af commit 15e837eCopy full SHA for 15e837e
spec/support/billing_spec_helper.rb
@@ -351,6 +351,7 @@ def billing_executions_response_body(attributes = {})
351
'plan_id' => 2,
352
'sender_id' => 1,
353
'credits_consumed' => 5,
354
+ 'user_license_credits_consumed' => 4,
355
'started_at' => Time.now,
356
'finished_at' => Time.now + 10.minutes,
357
'created_at' => Time.now,
spec/v3/services/v2_subscription/executions_spec.rb
@@ -65,6 +65,7 @@
65
66
67
68
69
'started_at' => Time.now.to_s,
70
'finished_at' => (Time.now + 10.minutes).to_s,
71
'created_at' => Time.now.to_s,
0 commit comments