Skip to content

Commit

Permalink
Fix Flake
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvirani committed May 5, 2021
1 parent 4d34c92 commit 122fe35
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/test_oneview.py
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ def test_transform_list_to_dict_with_none(self):
"name": "LIG",
"uplinkSets":
[
{
{
"name": "UplinkSet1",
"logicalPortConfigInfos":
[
Expand All @@ -1264,15 +1264,14 @@ def test_transform_list_to_dict_with_none(self):
}
]
}
]
]
}

DICT_UPLINK_SET2 = {
"name": "LIG",
"uplinkSets":
[

{
{
"name": "UplinkSet1",
"logicalPortConfigInfos":
[
Expand Down

0 comments on commit 122fe35

Please sign in to comment.