Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RuthShryock committed May 24, 2024
1 parent 2a9002b commit 5a001e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kpi/tests/api/test_api_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,6 @@ def test_stripe_public_key_when_stripe_disabled(self):

@override_settings(STRIPE_ENABLED=True)
def test_stripe_public_key_when_stripe_enabled(self):
# APIKey.objects.create(
# type='publishable',
# livemode=True,
# secret='fake_public_key'
# )

response = self.client.get(self.url, format='json')
assert response.status_code == status.HTTP_200_OK
assert response.data['stripe_public_key'] == 'fake_public_key'

0 comments on commit 5a001e9

Please sign in to comment.