Skip to content

Commit

Permalink
Allow session to be sent for release stage in test
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Dec 5, 2023
1 parent 08e5a33 commit 423550f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_sessiontracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def test_session_tracker_does_not_send_when_nothing_to_send(self):
api_key='a05afff2bd2ffaf0ab0f52715bbdcffd',
session_endpoint=self.server.url,
asynchronous=False,
release_stage="dev",
notify_release_stages=["prod"],
)
client.session_tracker.send_sessions()
self.assertEqual(0, len(self.server.received))
Expand All @@ -123,8 +121,6 @@ def test_session_tracker_does_not_send_when_misconfigured(self):
api_key=None,
session_endpoint=self.server.url,
asynchronous=False,
release_stage="dev",
notify_release_stages=["prod"],
)
client.session_tracker.start_session()
client.session_tracker.send_sessions()
Expand Down

0 comments on commit 423550f

Please sign in to comment.