Skip to content

Commit a0f35ea

Browse files
committed
Fix spec
1 parent 12e4cd3 commit a0f35ea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

spec/support/billing_spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def billing_addons_response_body
141141
"addon_quantity" => 40000,
142142
"addon_usage" => 0,
143143
"remaining" => 40000,
144+
"status" => "subscribed",
144145
"active" => true
145146
}
146147
},
@@ -154,6 +155,7 @@ def billing_addons_response_body
154155
"addon_quantity" => 10000,
155156
"addon_usage" => 0,
156157
"remaining" => 10000,
158+
"status" => "subscribed",
157159
"active" => true
158160
}
159161
}

spec/v3/services/v2_subscriptions/all_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
'addon_quantity' => 40_000,
151151
'addon_usage' => 0,
152152
'remaining' => 40_000,
153+
'status' => 'subscribed',
153154
'active' => true
154155
}
155156
},
@@ -168,6 +169,7 @@
168169
'addon_quantity' => 10_000,
169170
'addon_usage' => 0,
170171
'remaining' => 10_000,
172+
'status' => 'subscribed',
171173
'active' => true
172174
}
173175
}

0 commit comments

Comments
 (0)