fix regression test
This commit is contained in:
		| @@ -366,7 +366,7 @@ fn run_local_docker(port: u16) -> Result<Child, DynError> { | ||||
|             "--env", | ||||
|             "RUST_LOG=error", | ||||
|             "--env", | ||||
|             format!("ROCKET_PORT={}", port).as_str(), | ||||
|             format!("PORT={}", port).as_str(), | ||||
|             "--network=host", | ||||
|             "--rm", | ||||
|             "local_snake", | ||||
| @@ -396,7 +396,7 @@ fn run_production(port: u16) -> Result<Child, DynError> { | ||||
|             "--env", | ||||
|             "RUST_LOG=error", | ||||
|             "--env", | ||||
|             format!("ROCKET_PORT={}", port).as_str(), | ||||
|             format!("PORT={}", port).as_str(), | ||||
|             "--network=host", | ||||
|             "--rm", | ||||
|             "docker.mkaenner.de/snake:latest", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user