Skip to content

Commit

Permalink
ref(test): Remove redundant line (#2266)
Browse files Browse the repository at this point in the history
This line is redundant, since `env::set_all` already handles setting the
auth token.
  • Loading branch information
szokeasaurusrex authored Nov 26, 2024
1 parent 5fe290c commit ee62421
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/integration/debug_files/upload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ee62421

Please # to comment.