From 3e10f188b2de3707ccfccc1b1e77f9459061e946 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Tue, 29 May 2018 21:36:45 +0200
Subject: [PATCH] whoops, wrong key when searching aggregate in the config

---
 system/TestAuthSfa.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/TestAuthSfa.py b/system/TestAuthSfa.py
index a8d6d18..820b50e 100644
--- a/system/TestAuthSfa.py
+++ b/system/TestAuthSfa.py
@@ -101,7 +101,7 @@ class TestAuthSfa:
         SFI_REGISTRY='http://{}:{}/'.format(sfa_spec['settings']['SFA_REGISTRY_HOST'], 12345)
         fileconf.write("SFI_REGISTRY='{}'".format(SFI_REGISTRY))
         fileconf.write('\n')
-        SFI_SM='http://{}:{}/'.format(sfa_spec['settings']['SFA_AM_HOST'], sfa_spec['sfi-connects-to-port'])
+        SFI_SM='http://{}:{}/'.format(sfa_spec['settings']['SFA_AGGREGATE_HOST'], sfa_spec['sfi-connects-to-port'])
         fileconf.write("SFI_SM='{}'".format(SFI_SM))
         fileconf.write('\n')
         fileconf.close()
-- 
2.47.0