Skip to content

Commit

Permalink
Fixed Flake errors
Browse files Browse the repository at this point in the history
  • Loading branch information
horiagunica committed Dec 14, 2023
1 parent 4d6e447 commit b39f460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panos_upgrade_assurance/firewall_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1459,4 +1459,4 @@ def get_fib(self) -> dict:
}
results[key] = result_entry

return results
return results
2 changes: 1 addition & 1 deletion tests/test_firewall_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1745,4 +1745,4 @@ def test_get_fib_routes(self, fw_proxy_mock):
'Next Hop': '0.0.0.0',
'MTU': '1500'
}
}
}

0 comments on commit b39f460

Please sign in to comment.