Header response is now lower case

Change-Id: I74b005c86ab83ca3884ecab486ce3b2a2210e54d
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/service_root/test_service_root_security.robot b/redfish/service_root/test_service_root_security.robot
index a6bc062..f8f6376 100644
--- a/redfish/service_root/test_service_root_security.robot
+++ b/redfish/service_root/test_service_root_security.robot
@@ -12,13 +12,13 @@
 
 ${LOGIN_SESSION_COUNT}   ${50}
 
-&{header_requirements}  Strict-Transport-Security=max-age=31536000; includeSubdomains; preload
-...                     X-Frame-Options=DENY
-...                     Pragma=no-cache
-...                     Cache-Control=no-Store,no-Cache
-...                     Content-Security-Policy=default-src 'self'; img-src 'self' data:
-...                     X-XSS-Protection=1; mode=block
-...                     X-Content-Type-Options=nosniff
+&{header_requirements}  strict-transport-security=max-age=31536000; includeSubdomains; preload
+...                     x-frame-options=DENY
+...                     pragma=no-cache
+...                     cache-control=no-Store,no-Cache
+...                     content-security-policy=default-src 'self'; img-src 'self' data:
+...                     x-xss-protection=1; mode=block
+...                     x-content-type-options=nosniff
 
 *** Test Cases ***