Skip to content

Commit ccae709

Browse files
authored
Apply suggestions from code review
1 parent 5ab4183 commit ccae709

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
@@ -131,7 +131,7 @@ module SecureHeaders
131131
end
132132

133133
it "does not set any headers" do
134-
_, env = middleware.call(Rack::MockRequest.env_for("https://looocalhost", {}))
134+
_, env = middleware.call(Rack::MockRequest.env_for("https://localhost", {}))
135135

136136
# Verify no security headers are set by checking all configured header classes
137137
Configuration::HEADERABLE_ATTRIBUTES.each do |attr|

0 commit comments

Comments
 (0)