Skip to content

Commit

Permalink
Fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
sabakram committed May 7, 2024
1 parent 961f896 commit 55ded95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vlan_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ def test_config_switchport_mode_with_mirror_destintion_port(self):
def test_config_vlan_add_member_yang_validation(self):

config.ADHOC_VALIDATION = False
runner = CliRunner()validated_set_entry
runner = CliRunner()
db = Db()
obj = {'db': db.cfgdb}
result = runner.invoke(config.config.commands["vlan"].commands["member"].commands["add"],
Expand Down

0 comments on commit 55ded95

Please sign in to comment.