Skip to content

Commit b3e2538

Browse files
committed
Fix spec
1 parent 5470dd6 commit b3e2538

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/v3/services/v2_subscriptions/create_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
},
6060
'credit_card_info' => {
6161
'token' => 'token_from_stripe'
62-
}})
62+
},
63+
'v1_subscription_id': nil
64+
})
6365
.to_return(status: 201, body: JSON.dump(billing_subscription_response_body(
6466
'id' => 1234,
6567
'owner' => { 'type' => 'Organization', 'id' => organization.id },

0 commit comments

Comments
 (0)