Skip to content

Commit

Permalink
Fixed tests again.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Jan 17, 2023
1 parent 569f279 commit b0037e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integrations/django/test_data_scrubbing.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def client():
return Client(application)


@pytest_mark_django_db_decorator()
def test_scrub_django_session_cookies_removed(
sentry_init,
client,
Expand All @@ -53,6 +54,7 @@ def test_scrub_django_session_cookies_removed(
assert "cookies" not in event["request"]


@pytest_mark_django_db_decorator()
def test_scrub_django_session_cookies_filtered(
sentry_init,
client,
Expand All @@ -73,6 +75,7 @@ def test_scrub_django_session_cookies_filtered(
}


@pytest_mark_django_db_decorator()
def test_scrub_django_custom_session_cookies_filtered(
sentry_init,
client,
Expand Down

0 comments on commit b0037e6

Please sign in to comment.