Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcikmat committed Jun 3, 2024
1 parent 5291774 commit 069bc73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/apps/finances/tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def test_trial_fields_in_response_when_customer_already_activated_trial(
executed = graphene_client.query(
self.ACTIVE_SUBSCRIPTION_QUERY, variable_values={"tenantId": to_global_id("TenantType", tenant.id)}
)
print(executed)

assert executed['data']['activeSubscription']['phases'][0]['trialEnd']
assert executed['data']['activeSubscription']['subscription']['trialStart']
Expand Down

0 comments on commit 069bc73

Please sign in to comment.