Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Nov 9, 2023
1 parent 6a3dec2 commit 04bcbbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions denokv/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ async fn start_server() -> (tokio::process::Child, SocketAddr) {
let mut child = tokio::process::Command::new(denokv_exe())
.arg("--sqlite-path")
.arg(tmp_file)
.arg("serve")
.arg("--addr")
.arg("127.0.0.1:0")
.env("DENO_KV_ACCESS_TOKEN", ACCESS_TOKEN)
Expand Down

0 comments on commit 04bcbbd

Please sign in to comment.