Skip to content

Commit d922c87

Browse files
authored
Update spec/lib/secure_headers/middleware_spec.rb
1 parent 6a78f95 commit d922c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/secure_headers/middleware_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ module SecureHeaders
147147
end
148148

149149
it "does not flag cookies" do
150-
_, env = cookie_middleware.call(Rack::MockRequest.env_for("https://looocalhost", {}))
150+
_, env = cookie_middleware.call(Rack::MockRequest.env_for("https://localhost", {}))
151151
expect(env["Set-Cookie"]).to eq("foo=bar")
152152
end
153153
end

0 commit comments

Comments
 (0)