mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
test(publish): adjust a test for .env files (#22595)
https://github.com/denoland/deno/pull/22590#discussion_r1502945984
This commit is contained in:
parent
211b3ff244
commit
ab71733469
1 changed files with 1 additions and 0 deletions
|
@ -422,6 +422,7 @@ fn includes_dotenv() {
|
|||
.arg("publish")
|
||||
.arg("--token")
|
||||
.arg("sadfasdf")
|
||||
.arg("--dry-run")
|
||||
.run();
|
||||
output.assert_exit_code(0);
|
||||
let output = output.combined_output();
|
||||
|
|
Loading…
Reference in a new issue