Skip to content

Commit

Permalink
feat(#43): redundant 'env!'
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jul 11, 2024
1 parent 392f628 commit 6e32fbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ fn outputs_start_opts() -> Result<()> {
#[test]
#[ignore]
fn starts_server() -> Result<()> {
env!("CARGO_BIN_EXE_cli");
let assertion = Command::cargo_bin("cli")?
.arg("start")
.arg("--port 8080")
Expand Down

0 comments on commit 6e32fbf

Please sign in to comment.