Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmanman committed May 23, 2024
1 parent 066fc9a commit 3073b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fabric_switch_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_invalid_fabric_switch_id(self, vst):
dvs = None
config_db = None
for name in vst.dvss.keys():
dvs = dvss[name]
dvs = vst.dvss[name]
config_db = dvs.get_config_db()
metatbl = config_db.get_entry("DEVICE_METADATA", "localhost")
cfg_switch_type = metatbl.get("switch_type")
Expand Down

0 comments on commit 3073b2f

Please sign in to comment.