diff --git a/testdata/testdata.mdb b/testdata/testdata.mdb index 9a35f404..cc7ca554 100644 Binary files a/testdata/testdata.mdb and b/testdata/testdata.mdb differ diff --git a/wahoo_results.py b/wahoo_results.py index 79c0a3f8..6b0e35d7 100755 --- a/wahoo_results.py +++ b/wahoo_results.py @@ -321,6 +321,8 @@ def initialize_sentry(model: Model) -> None: execution_environment = "source" if getattr(sys, "frozen", False) and hasattr(sys, "_MEIPASS"): execution_environment = "executable" + if autotest.TESTING: + execution_environment = "test" # Initialize Sentry crash reporting sentry_sdk.init(