Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfratrik committed Nov 3, 2024
1 parent d2817e9 commit d888f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/tests/test_upgrade_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def test_get_target_version(mock_open, monkeypatch):
def test_vet_upgrade_path(mock_open, monkeypatch):
monkeypatch.setattr(command_utils, 'get_os_release_version_id', lambda x: '8.6')


# make sure env var LEAPP_DEVEL_TARGET_RELEASE takes precedence
# when env var set to a bad version - abort the upgrade
args = mock.Mock(target='9.0')
Expand Down

0 comments on commit d888f63

Please sign in to comment.