Skip to content

Commit

Permalink
FIX #5
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod committed Dec 12, 2023
1 parent 4fb5006 commit c3befa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ testcases:
assertions:
- result.statuscode ShouldEqual 200
- result.headers.strict-transport-security ShouldNotBeNil
- result.headers.strict-transport-security ShouldEqual "max-age=31536000 ; includeSubDomains"
- result.headers.strict-transport-security ShouldEqual "max-age=31536000; includeSubDomains"
- name: X-Frame-Options
steps:
- type: http
Expand Down

0 comments on commit c3befa0

Please sign in to comment.