Skip to content

Commit

Permalink
fixup commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed May 9, 2022
1 parent d0a8b30 commit 87d9789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testcontainers/test_h2spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ async fn test_h2spec() {
&docker, NGHTTP2_IMAGE, "nghttpd",
Config {
host_config: Some(hostconfig.clone()),
// cmd: Some(vec!["nghttp", "--help"]),
cmd: Some(vec!["nghttpd", "-a", "0.0.0.0", "--no-tls", "-d", "/tmp", "8888"]),
..Default::default()
}).await;
Expand Down

0 comments on commit 87d9789

Please sign in to comment.