Skip to content

Commit

Permalink
Increase unit test for operational controller
Browse files Browse the repository at this point in the history
  • Loading branch information
student committed Sep 16, 2024
1 parent 21d3d54 commit b161724
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ def test_post_oxp_link_disable(mock_requests):
result = post_oxp_link_disable("link1")
assert result == "links/link1/disable"

#from unittest.mock import patch, MagicMock

def test_post_oxp_link_disable_all(mock_requests):
'''Test for post_oxp_link_disable with "all" parameter to ensure all links are disabled'''
mock_links = {
Expand Down

0 comments on commit b161724

Please sign in to comment.