Skip to content

Commit

Permalink
Remove leftover code from #612 (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0d authored Oct 27, 2022
1 parent bb78d25 commit 03c0ea0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions convert2rhel/unit_tests/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,13 +523,6 @@ def test_remove_orphan_folders(path_exists, list_dir, expected, tmpdir, monkeypa
utils.remove_orphan_folders()
assert os_remove_mock.call_count == expected

io = [
(
["convert2rhel", "--argument=with space in it", "--another"],
'convert2rhel --argument="with space in it" --another',
),
]


@pytest.mark.parametrize(
("arguments", "secret_args", "expected"),
Expand Down

0 comments on commit 03c0ea0

Please sign in to comment.