Skip to content

Commit 15e837e

Browse files
fixed specs
1 parent bb373af commit 15e837e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spec/support/billing_spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ def billing_executions_response_body(attributes = {})
351351
'plan_id' => 2,
352352
'sender_id' => 1,
353353
'credits_consumed' => 5,
354+
'user_license_credits_consumed' => 4,
354355
'started_at' => Time.now,
355356
'finished_at' => Time.now + 10.minutes,
356357
'created_at' => Time.now,

spec/v3/services/v2_subscription/executions_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
'plan_id' => 2,
6666
'sender_id' => 1,
6767
'credits_consumed' => 5,
68+
'user_license_credits_consumed' => 4,
6869
'started_at' => Time.now.to_s,
6970
'finished_at' => (Time.now + 10.minutes).to_s,
7071
'created_at' => Time.now.to_s,

0 commit comments

Comments
 (0)