diff --git a/gso/oss-params-example.json b/gso/oss-params-example.json
index a9a0aadd96a46133a30fe561b5af612ae1e762cf..931367ea48746610b29646651e99a68f89d1288e 100644
--- a/gso/oss-params-example.json
+++ b/gso/oss-params-example.json
@@ -75,7 +75,7 @@
     "result_expires": 3600
   },
   "THIRD_PARTY_API_KEYS": {
-    "Ansible Dynamic Inventory Generator": "REALLY_random_AND_secure_T0keN",
-    "Application 2": "another_REALY_random_AND_3cure_T0keN"
+    "AnsibleDynamicInventoryGenerator": "REALLY_random_AND_secure_T0keN",
+    "Application_2": "another_REALY_random_AND_3cure_T0keN"
   }
 }
diff --git a/test/conftest.py b/test/conftest.py
index 98a7efb5aaa4d141d82e17899422f24c732ff84d..dd6e9d6d3fc3429f0ce0df33213de8dc1f195523 100644
--- a/test/conftest.py
+++ b/test/conftest.py
@@ -205,8 +205,8 @@ def configuration_data() -> dict:
                 "result_expires": 3600,
             },
             "THIRD_PARTY_API_KEYS": {
-                "Ansible Dynamic Inventory Generator": "REALY_random_AND_3cure_T0keN",
-                "Application 2": "another_REALY_random_AND_3cure_T0keN",
+                "AnsibleDynamicInventoryGenerator": "REALY_random_AND_3cure_T0keN",
+                "Application_2": "another_REALY_random_AND_3cure_T0keN",
             },
         }