Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 6, 2023
1 parent 0e1d16f commit 677d5cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion posthog/session_recordings/session_recording_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import posthoganalytics
import requests
from django.contrib.auth.models import AnonymousUser
from django.db.models import Prefetch
from django.http import JsonResponse, HttpResponse
from drf_spectacular.utils import extend_schema
from loginas.utils import is_impersonated_session
Expand Down
2 changes: 1 addition & 1 deletion posthog/session_recordings/test/test_session_recordings.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_get_session_recordings(self):
30,
False,
user.pk,
10, # limited from 12 because we don't need that many
1, # even though the user has many distinct ids we don't load them
),
]

Expand Down

0 comments on commit 677d5cc

Please sign in to comment.