Skip to content

Commit

Permalink
fix CLI
Browse files Browse the repository at this point in the history
Signed-off-by: vaibhav-dahiya <[email protected]>
  • Loading branch information
vdahiya12 committed Jul 28, 2021
1 parent f3c808a commit 22c9582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/muxcable_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@
show_muxcable_metrics_expected_output_json = """\
{
"linkmgrd_switch_active_start": "2021-May-13 10:00:21.420898",
"xcvrd_switch_standby_start": "2021-May-13 10:01:15.690835"
"xcvrd_switch_standby_start": "2021-May-13 10:01:15.690835",
"xcvrd_switch_standby_end": "2021-May-13 10:01:15.696051",
"linkmgrd_switch_standby_end": "2021-May-13 10:01:15.696728",
"linkmgrd_switch_standby_end": "2021-May-13 10:01:15.696728"
}
"""

Expand Down

0 comments on commit 22c9582

Please sign in to comment.