Skip to content

Commit

Permalink
Mock more
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Apr 25, 2024
1 parent 7af3c14 commit a4a9559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/analytics/test_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ def test_analytics_txn(self):


class AnalyticsSubmission(TestCase):
def setUp(self):
@mock.patch("analytics.analytics.LabsAnalytics._refresh_expires_at")
@mock.patch("analytics.analytics.LabsAnalytics._refresh_headers")
def setUp(self, mock_expires_at, mock_headers):
# NOTE: use attest this for real testing
# from identity.identity import attest
# attest()
Expand Down

0 comments on commit a4a9559

Please sign in to comment.