HC Test: update URL paths
[csit.git] / resources / libraries / python / honeycomb / HcAPIKwBridgeDomain.py
index 29a3a0e..3c629c9 100644 (file)
@@ -186,7 +186,7 @@ class BridgeDomainKeywords(object):
                 "Not possible to get operational information about the "
                 "bridge domains. Status code: {0}.".format(status_code))
         try:
-            return resp["bridge-domains"]["bridge-domain"]
+            return resp["bridge-domains-state"]["bridge-domain"]
 
         except (KeyError, TypeError):
             return []