Remove unwanted open curly bracket

Change-Id: I19e95b1399eaf93e42ee2b601b4004cc3c57a7d2
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/redfish/managers/test_certificate.robot b/redfish/managers/test_certificate.robot
index d036389..b323e17 100644
--- a/redfish/managers/test_certificate.robot
+++ b/redfish/managers/test_certificate.robot
@@ -177,7 +177,7 @@
     ${file_data}=  OperatingSystem.Get Binary File  ${cert_file_path}
 
     ${certificate_uri}=  Set Variable If
-    ...  '${cert_type}' == 'Server'  ${{REDFISH_HTTPS_CERTIFICATE_URI}/1
+    ...  '${cert_type}' == 'Server'  ${REDFISH_HTTPS_CERTIFICATE_URI}/1
     ...  '${cert_type}' == 'Client'  ${REDFISH_LDAP_CERTIFICATE_URI}/1
     ...  '${cert_type}' == 'CA'  ${REDFISH_CA_CERTIFICATE_URI}/1