summaryrefslogtreecommitdiffstats
path: root/tests/config_test.py
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2019-06-20 11:07:48 +0200
committerDashie <dashie@sigpipe.me>2019-06-20 11:07:48 +0200
commit6f661d41bb676536a79c5685d5cf0760527eb30f (patch)
treed2b8fd36d98c33b6e0f88b30263e9db9034de62d /tests/config_test.py
parentbe3e11dbbf2e74750f7523726eb9d746a0d4fd1e (diff)
Improve sentry support with new SDK
Diffstat (limited to 'tests/config_test.py')
-rw-r--r--tests/config_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/config_test.py b/tests/config_test.py
index c01d0d32..504ab2ef 100644
--- a/tests/config_test.py
+++ b/tests/config_test.py
@@ -47,7 +47,6 @@ TEMP_DOWNLOAD_FOLDER = "/home/dashie/dev/reel2bits/tmp"
AUDIOWAVEFORM_BIN = "/usr/local/bin/audiowaveform"
# Sentry
-SENTRY_USER_ATTRS = ["name", "email"]
SENTRY_DSN = ""
# Bcrypt algorithm hashing rounds (reduced for testing purposes only!)