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 a2c2d3c commit e2f2dccCopy full SHA for e2f2dcc
src/meshapi/tests/sample_data.py
@@ -40,7 +40,7 @@
40
"unit": "3",
41
"roof_access": True,
42
"notes": "Referral: Read about it on the internet",
43
- "stripe_subscription_id": "sub_NotARealIDValue",
+ "stripe_subscription_id": "sub_NotARealSubscriptionIDValue",
44
}
45
46
sample_address_response = {
src/meshapi/tests/test_serializers.py
@@ -183,7 +183,7 @@ def test_views_get_install(self):
183
"request_date": "2022-02-27T00:00:00Z",
184
185
"status": "Active",
186
- "stripe_subscription_id": None,
187
"ticket_number": "69",
188
189
0 commit comments