Skip to content

Commit

Permalink
fix: typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Sep 21, 2023
1 parent 36b631e commit 8abc640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mwan.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_create_default_mwan(e_uci):
assert e_uci.get('mwan3', 'ns_default') == 'policy'
assert e_uci.get('mwan3', 'ns_default', 'name') == 'default'
assert e_uci.get('mwan3', 'ns_default', 'use_member', list=True) == (
'mwan3.ns_RED_1_M10_W100', 'mwan3.ns_RED_2_M10_W100')
'mwan3.ns_RED_1_M10_W200', 'mwan3.ns_RED_2_M20_W100')


def test_create_unique_mwan(e_uci):
Expand Down

0 comments on commit 8abc640

Please sign in to comment.