Skip to content
Snippets Groups Projects
Commit 4533270d authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

fix typo

parent 62b0eace
No related branches found
No related tags found
1 merge request!57Try remove cmd
Pipeline #371746 failed
This commit is part of merge request !57. Comments created here will be created in the context of that merge request.
......@@ -493,7 +493,7 @@ def test_remove_environment(tmp_path):
# test removal without arguments (should sys.exit(1))
create_fake_environment(tmp_path, mpsd_release)
with pytest.raises(SystemExit):
mod.remove_environment(mpsd_release, tmp_path, force=True)
mod.remove_environment(mpsd_release, tmp_path, force_remove=True)
# test removal of the complete environment
mod.remove_environment(mpsd_release, tmp_path, ["ALL"])
......@@ -504,6 +504,7 @@ def test_remove_environment(tmp_path):
assert logs_folder.exists()
# test removal of a single toolchain
# done in test_install_environment_zlib
def test_interface(tmp_path):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment