fix test no longer needs gopass

This commit is contained in:
Michael Jerger 2023-08-14 08:24:42 +02:00
parent 700a0a2f4f
commit b861087e9d

View file

@ -14,6 +14,8 @@ def test_release_mixin(tmp_path):
copy_resource(Path("package.json"), tmp_path)
project = Project(str_tmp_path, name="name")
os.environ["RELEASE_ARTIFACT_TOKEN"] = "ratoken"
sut = ReleaseMixin(
project,
devops_config(