Skip to content

Commit e55021e

Browse files
committed
linter
1 parent 855593f commit e55021e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/release/tests/test_agents_to_rebuild.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def setUp(self):
5656
- &ops_manager_80_latest 8.0.12 # The order/index is important
5757
"""
5858

59-
6059
@patch("scripts.release.agent.agents_to_rebuild.load_current_release_json")
6160
def test_get_all_agents_for_rebuild(self, mock_load):
6261
"""Test getting all agents for rebuild from release.json"""
@@ -83,7 +82,6 @@ def test_get_all_agents_for_rebuild(self, mock_load):
8382
self.assertIn(("107.0.11.8645-1", "100.10.0"), result)
8483
self.assertIn(("13.37.0.9590-1", "100.12.2"), result)
8584

86-
8785
@patch("scripts.release.agent.agents_to_rebuild.glob.glob")
8886
@patch("scripts.release.agent.agents_to_rebuild.load_current_release_json")
8987
@patch("builtins.open", new_callable=mock_open)

0 commit comments

Comments
 (0)