test: fix Closed stream (IO::Error)

This commit is contained in:
Juan Rodriguez
2024-05-14 06:34:29 +02:00
parent aa8a84af0e
commit be0ebd1763
3 changed files with 5 additions and 4 deletions
-2
View File
@@ -3,5 +3,3 @@ require "kemal"
Kemal.config.env = ENV["ENV"]? || "development"
Kemal.config.port = ENV["PORT"]?.try(&.to_i) || 4000
Kemal.config.host_binding = ENV["HOST"]? || "0.0.0.0"
Kemal.config.logging = true