From 9eb247d29740d01656d9c812d3ee299868749b83 Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Wed, 24 Jan 2024 16:43:24 +0100
Subject: [PATCH] resolve review notes

---
 gso/oss-params-example.json | 4 ++--
 test/conftest.py            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gso/oss-params-example.json b/gso/oss-params-example.json
index a9a0aadd..931367ea 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 98a7efb5..dd6e9d6d 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",
             },
         }
 
-- 
GitLab