Skip to content

Commit fa4298e

Browse files
fletchto99rei-moo
authored andcommitted
Fix tests (sources are no longer minified since #499)
1 parent 8c7218e commit fa4298e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/secure_headers/headers/content_security_policy_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module SecureHeaders
6161
default_src: %w(a.example.org b.example.org *.example.org https://*.example.org c.example.org/)
6262
}
6363
csp = ContentSecurityPolicy.new(config)
64-
expect(csp.value).to eq("default-src a.example.org b.example.org *.example.org")
64+
expect(csp.value).to eq("default-src a.example.org b.example.org *.example.org c.example.org")
6565
end
6666

6767
it "removes http/s schemes from hosts" do

0 commit comments

Comments
 (0)