mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Remove unnecessary handler
This commit is contained in:
parent
06ced7790b
commit
88c19f0051
3 changed files with 0 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
require "./spec_helper"
|
||||
|
||||
describe "Kemal::WebsocketHandler" do
|
||||
|
||||
it "doesn't match on wrong route" do
|
||||
handler = Kemal::WebsocketHandler.new "/" { }
|
||||
headers = HTTP::Headers{
|
||||
|
@ -57,5 +56,4 @@ describe "Kemal::WebsocketHandler" do
|
|||
response.headers["Sec-WebSocket-Accept"].should eq("s3pPLMBiTxaQ9kYGzzhZRbK+xOo=")
|
||||
response.upgrade_handler.should_not be_nil
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue