diff --git a/tests/integration/debug_files/upload.rs b/tests/integration/debug_files/upload.rs index c169e0f938..650eda737f 100644 --- a/tests/integration/debug_files/upload.rs +++ b/tests/integration/debug_files/upload.rs @@ -181,11 +181,6 @@ fn ensure_correct_assemble_call() { command.env(k, v.as_ref()); }); - command.env( - "SENTRY_AUTH_TOKEN", - "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef", - ); - let command_result = command.assert(); // First assert the mock was called as expected, then that the command was successful.