Skip to content

Commit ee62421

Browse files
ref(test): Remove redundant line (#2266)
This line is redundant, since `env::set_all` already handles setting the auth token.
1 parent 5fe290c commit ee62421

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/integration/debug_files/upload.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,6 @@ fn ensure_correct_assemble_call() {
181181
command.env(k, v.as_ref());
182182
});
183183

184-
command.env(
185-
"SENTRY_AUTH_TOKEN",
186-
"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
187-
);
188-
189184
let command_result = command.assert();
190185

191186
// First assert the mock was called as expected, then that the command was successful.

0 commit comments

Comments
 (0)